Track

public class Track

Configuration of a Track for recording data on session recording.

Public Constructors

Track(Session session)
Creates a new Track.

Public Methods

Track
setId(UUID trackUuid)
Sets the ID of the track.
Track
setMetadata(ByteBuffer metadata)
Sets the track metadata.
Track
setMimeType(String mimeType)
Sets the mime type for the external data track.

Inherited Methods

Public Constructors

Public Methods