toggle menu
RootEncoder
androidJvm
switch theme
search in API
encoder
/
com.pedro.encoder
/
Frame
Frame
class
Frame
Created by pedro on 17/02/18.
Members
Constructors
Frame
Link copied to clipboard
constructor
(
buffer
:
ByteArray
,
orientation
:
Int
,
flip
:
Boolean
,
format
:
Int
,
timeStamp
:
Long
)
Used with video frame
constructor
(
buffer
:
ByteArray
,
offset
:
Int
,
size
:
Int
,
timeStamp
:
Long
)
Used with audio frame
Properties
buffer
Link copied to clipboard
var
buffer
:
ByteArray
format
Link copied to clipboard
var
format
:
Int
is
Flip
Link copied to clipboard
var
isFlip
:
Boolean
offset
Link copied to clipboard
var
offset
:
Int
orientation
Link copied to clipboard
var
orientation
:
Int
size
Link copied to clipboard
var
size
:
Int
time
Stamp
Link copied to clipboard
var
timeStamp
:
Long