toggle menu
Brightcove Player SDK for Android 10.1.3
10.1.3
sdk
switch theme
search in API
sdk
/
com.brightcove.player.model
/
VideoTrackInfo
Video
Track
Info
open
class
VideoTrackInfo
Contains video track information including TrackGroup coordinates and track properties.
Members
Constructors
Video
Track
Info
Link copied to clipboard
constructor
(
trackGroupIndex
:
Int
,
trackIndexInGroup
:
Int
,
width
:
Int
,
height
:
Int
,
bitrate
:
Int
)
Creates a VideoTrackInfo with TrackGroup coordinates and track properties.
Properties
bitrate
Link copied to clipboard
val
bitrate
:
Int
Video bitrate in bits per second
height
Link copied to clipboard
val
height
:
Int
Video height in pixels
track
Group
Index
Link copied to clipboard
val
trackGroupIndex
:
Int
Index into the TrackGroupArray
track
Index
In
Group
Link copied to clipboard
val
trackIndexInGroup
:
Int
Index within the specific TrackGroup
width
Link copied to clipboard
val
width
:
Int
Video width in pixels
Functions
get
Display
String
Link copied to clipboard
open
fun
getDisplayString
(
)
:
String
Generates a display string for this track.
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String