toggle menu
new-player
androidJvm
switch theme
search in API
new-player
/
net.newpipe.newplayer.data
/
VideoStreamTrack
Video
Stream
Track
data
class
VideoStreamTrack
(
val
width
:
Int
,
val
height
:
Int
,
val
frameRate
:
Int
,
val
fileFormat
:
String
)
:
StreamTrack
A track representing a video track.
Members
Constructors
Video
Stream
Track
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
,
frameRate
:
Int
,
fileFormat
:
String
)
Properties
file
Format
Link copied to clipboard
open
override
val
fileFormat
:
String
frame
Rate
Link copied to clipboard
val
frameRate
:
Int
height
Link copied to clipboard
val
height
:
Int
width
Link copied to clipboard
val
width
:
Int
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
StreamTrack
)
:
Int
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
Long
Identifier
String
Link copied to clipboard
open
override
fun
toLongIdentifierString
(
)
:
String
to
Short
Identifier
String
Link copied to clipboard
open
override
fun
toShortIdentifierString
(
)
:
String
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String