Configuration of a Track for recording data on session recording.
Inherited Methods
From class
java.lang.Object
Object
|
clone()
|
boolean
|
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
Public Constructors
public
Track
(Session session)
Track
public Track(
Session session
)
Public Methods
public
Track
setId
(UUID trackUuid)
setId
public Track setId(
UUID trackUuid
)
Sets the ID of the track. This ID is required and will be the same ID used to retrieve data
during playback.
public Track setMetadata(
ByteBuffer metadata
)
Sets the track metadata. This is arbitrary data used to describe the track.
public
Track
setMimeType
(String mimeType)
setMimeType
public Track setMimeType(
String mimeType
)
Sets the mime type for the external data track. This will be the MIME type set on the
additional stream created for this Track
, another convenient means of identification,
particularly for applications that do not support UUID as a means of identification.