Suggestions

close search

Add Messaging, Voice, and Authentication to your apps with Vonage Communications APIs

Visit the Vonage API Developer Portal

OpenTok.ICustomVideoTransformer

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
frameThe frame to be transformed.