toggle menu
RootEncoder
androidJvm
switch theme
search in API
common
/
com.pedro.common.frame
/
MediaFrame
/
Info
Info
data
class
Info
(
val
offset
:
Int
,
val
size
:
Int
,
val
timestamp
:
Long
,
val
isKeyFrame
:
Boolean
)
Members
Constructors
Info
Link copied to clipboard
constructor
(
offset
:
Int
,
size
:
Int
,
timestamp
:
Long
,
isKeyFrame
:
Boolean
)
Properties
is
Key
Frame
Link copied to clipboard
val
isKeyFrame
:
Boolean
offset
Link copied to clipboard
val
offset
:
Int
size
Link copied to clipboard
val
size
:
Int
timestamp
Link copied to clipboard
val
timestamp
:
Long