public static interface VideoFrame.Buffer
Modifier and Type | Method and Description |
---|---|
void |
release()
Decreases ref count by one.
|
void |
retain()
Increases ref count by one.
|
VideoFrame.I420Buffer |
toI420()
Convert Buffer to yuv 420 type
|
VideoFrame.I420Buffer toI420()
void retain()
void release()