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. |
Defines a video frame consumer to be used by the VideoCapturer of a Publisher.