JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.twilio.video
Interface Track
All Known Implementing Classes:
AudioTrack
,
DataTrack
,
LocalAudioTrack
,
LocalDataTrack
,
LocalVideoTrack
,
RemoteAudioTrack
,
RemoteDataTrack
,
RemoteVideoTrack
,
VideoTrack
public interface
Track
A representation of a media track.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
String
getName
()
Return track name.
boolean
isEnabled
()
Checks if the track is enabled.
Method Detail
isEnabled
boolean isEnabled()
Checks if the track is enabled.
getName
String
getName()
Return track name.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method