Track
Stay organized with collections
Save and categorize content based on your preferences.
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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[],[],null,[]]