Agora Java API Reference for Android
Public Member Functions | Public Attributes | List of all members
io.agora.rtc.video.VideoRenderer.I420Frame Class Reference

Public Member Functions

int rotatedWidth ()
 
int rotatedHeight ()
 
String toString ()
 

Public Attributes

final int width
 
final int height
 
final int [] yuvStrides
 
ByteBuffer [] yuvPlanes
 
final boolean yuvFrame
 
final float [] samplingMatrix
 
int textureId
 
int rotationDegree
 

Detailed Description

Java version of cricket::VideoFrame. Frames are only constructed from native code and test code.