zdk.objc
Instance Methods | List of all members
<ZDKVideoRendererEventsHandler> Protocol Reference
Inheritance diagram for <ZDKVideoRendererEventsHandler>:
<ZDKEventHandle>

Instance Methods

(void) - onVideoFrameReceived:length:width:height:
 Video frame is received. More...
 
(NSString *) - handlesDescription
 
- Instance Methods inherited from <ZDKEventHandle>
(long int) - eventHandle
 
(NSString *) - handlesDescription
 

Method Documentation

◆ handlesDescription

- (NSString *) handlesDescription
optional

Reimplemented from <ZDKEventHandle>.

◆ onVideoFrameReceived:length:width:height:

- (void) onVideoFrameReceived: (unsigned char *)  pBuffer
length: (int)  length
width: (int)  width
height: (int)  height 
optional

Video frame is received.

A video frame data is received. The dimensions of the frame are provided.

Parameters
[in]pBufferFrame buffer
[in]lengthThe length of the frame
[in]widthThe width of the frame in pixels
[in]heightThe height of the frame in pixels

The documentation for this protocol was generated from the following file: