RCRTCVideoFrame

public void RCRTCVideoFrame()
public void RCRTCVideoFrame(int width, int height, int rotation, long timestamp, RCRTCVideoFrameData frameData, RCRTCVideoFrame.BufferType dataType)


@Deprecated()
public void RCRTCVideoFrame(int width, int height, int rotation, long timestamp, int textureId, RCRTCVideoFrame.Type textureType)

Deprecated

Deprecated

使用 RCRTCVideoFrame

Parameters

width
height
rotation
timestamp
textureId
textureType

@Deprecated()
public void RCRTCVideoFrame(int width, int height, int rotation, long timestamp, Array<byte> data)

Deprecated

Deprecated

使用 RCRTCVideoFrame

Parameters

width
height
rotation
timestamp
data

@Deprecated()
public void RCRTCVideoFrame(int width, int height, int rotation, long timestamp, int textureId, RCRTCVideoFrame.Type textureType, Array<float> transformMatrix)

Deprecated

Deprecated

使用 RCRTCVideoFrame

Parameters

width
height
rotation
timestamp
textureId
textureType
transformMatrix