public static interface VideoRenderer.Listener
VideoRenderer.| Modifier and Type | Method and Description |
|---|---|
void |
onFirstFrame()
This method notifies the observer when the first frame has arrived.
|
void |
onFrameDimensionsChanged(int width,
int height,
int rotation)
This method notifies the observer when the frame dimensions have changed.
|
void onFirstFrame()
void onFrameDimensionsChanged(int width,
int height,
int rotation)
width - frame widthheight - frame heightrotation - frame rotation4.0.1