toggle menu
stream-webrtc-android
1.2.2
androidJvm
switch theme
search in API
stream-webrtc-android
/
org.webrtc
/
EncodedImage
Encoded
Image
open
class
EncodedImage
:
RefCounted
An encoded frame from a video stream. Used as an input for decoders and as an output for encoders.
Members
Types
Builder
Link copied to clipboard
open
class
Builder
Frame
Type
Link copied to clipboard
enum
FrameType
Properties
buffer
Link copied to clipboard
val
buffer
:
ByteBuffer
capture
Time
Ms
Link copied to clipboard
val
captureTimeMs
:
Long
capture
Time
Ns
Link copied to clipboard
val
captureTimeNs
:
Long
encoded
Height
Link copied to clipboard
val
encodedHeight
:
Int
encoded
Width
Link copied to clipboard
val
encodedWidth
:
Int
frame
Type
Link copied to clipboard
val
frameType
:
EncodedImage.FrameType
qp
Link copied to clipboard
@
Nullable
val
qp
:
Integer
rotation
Link copied to clipboard
val
rotation
:
Int
Functions
builder
Link copied to clipboard
open
fun
builder
(
)
:
EncodedImage.Builder
release
Link copied to clipboard
open
fun
release
(
)
Decreases ref count by one.
retain
Link copied to clipboard
open
fun
retain
(
)
Increases ref count by one.