shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.model
/
VideoFrameRate
Video
Frame
Rate
@
Serializable
data
class
VideoFrameRate
(
val
ideal
:
Int
?
=
null
,
val
min
:
Int
?
=
null
,
val
max
:
Int
?
=
null
,
val
exact
:
Int
?
=
null
)
Video frame rate constraints
Members
Constructors
Video
Frame
Rate
Link copied to clipboard
constructor
(
ideal
:
Int
?
=
null
,
min
:
Int
?
=
null
,
max
:
Int
?
=
null
,
exact
:
Int
?
=
null
)
Properties
exact
Link copied to clipboard
val
exact
:
Int
?
=
null
ideal
Link copied to clipboard
val
ideal
:
Int
?
=
null
max
Link copied to clipboard
val
max
:
Int
?
=
null
min
Link copied to clipboard
val
min
:
Int
?
=
null