These classes provide information about the media.
|
Name |
Description |
|---|---|
| AudioTrack | Class that extends Track to define the audio track abstraction. |
| ClosedCaptionsTrack | Class that extends Track to define the closed caption abstraction. |
| Profile | Class that contains media profile information, such as the height, width, and bit rate. |
| Track | Class that defines the track abstraction to use in defining AudioTrack and ClosedCaptionsTrack. |