RCRTCVideoTextureViewDelegate Protocol Reference

Conforms to NSObject
Declared in RCRTCVideoTextureView.h

– I420Rotate:src_stride_y:src_u:src_stride_u:src_v:src_stride_v:dst_y:dst_stride_y:dst_u:dst_stride_u:dst_v:dst_stride_v:width:height:mode: required method

- (int)I420Rotate:(const uint8_t *)src_y src_stride_y:(int)src_stride_y src_u:(const uint8_t *)src_u src_stride_u:(int)src_stride_u src_v:(const uint8_t *)src_v src_stride_v:(int)src_stride_v dst_y:(uint8_t *)dst_y dst_stride_y:(int)dst_stride_y dst_u:(uint8_t *)dst_u dst_stride_u:(int)dst_stride_u dst_v:(uint8_t *)dst_v dst_stride_v:(int)dst_stride_v width:(int)width height:(int)height mode:(int)mode

– I420ToARGB:src_stride_y:src_u:src_stride_u:src_v:src_stride_v:dst_argb:dst_stride_argb:width:height: required method

- (int)I420ToARGB:(const uint8_t *)src_y src_stride_y:(int)src_stride_y src_u:(const uint8_t *)src_u src_stride_u:(int)src_stride_u src_v:(const uint8_t *)src_v src_stride_v:(int)src_stride_v dst_argb:(uint8_t *)dst_argb dst_stride_argb:(int)dst_stride_argb width:(int)width height:(int)height

– changeSize:height: required method

- (void)changeSize:(int)width height:(int)height

– changeRotation: required method

- (void)changeRotation:(int)rotation

– firstFrameRendered required method

- (void)firstFrameRendered

– frameRendered required method

- (void)frameRendered