Interface used to define a custom vidoe transformer to be used in used in the VideoTransformer.VideoTransformer(string name, ICustomVideoTransformer transformer) constructor. More...

Public Member Functions
void Transform (VideoFrame frame)
Called when a new frame of video data is available. In your implementation, apply a custom transformation the video data. More...

Detailed Description

Interface used to define a custom vidoe transformer to be used in used in the VideoTransformer.VideoTransformer(string name, ICustomVideoTransformer transformer) constructor.

Member Function Documentation

Transform()

void OpenTok.ICustomVideoTransformer.Transform ( VideoFrame frame )

Called when a new frame of video data is available. In your implementation, apply a custom transformation the video data.

Parameters : | | | | --- | --- | | frame | The frame to be transformed. |