Vonage Video API Windows SDK
Public Member Functions | List of all members
OpenTok.IVideoFrameConsumer Interface Reference

Defines a video frame consumer to be used by the VideoCapturer of a Publisher. More...

Public Member Functions

void Consume (VideoFrame frame)
 Called whenever a frame is made available to the video frame consumer.
 
void Consume (VideoFrame frame, int orientation)
 Called whenever a frame is made available to the video frame consumer. Use this method to add orientation information to the frame.
 
void SetVideoContentHint (VideoContentHint contentHint)
 This method will set the video content hint to one of the enum values given in VideoContentHint. By default it will be set to NONE
 
VideoContentHint GetVideoContentHint ()
 This method will return the current value of video content hint.
 

Detailed Description

Defines a video frame consumer to be used by the VideoCapturer of a Publisher.

See also
VideoCapturer

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