Interface IVideoViewPushFrame
Interface IVideoViewPushFrame.
Namespace: VisioForge.Core.Types
Assembly: VisioForge.Core.dll
Syntax
public interface IVideoViewPushFrame
Methods
PushFrame(VideoFrame)
Pushes the frame.
Declaration
void PushFrame(VideoFrame frame)
Parameters
Type | Name | Description |
---|---|---|
VideoFrame | frame | The frame. |
PushFrame(VideoFrameX)
Pushes the frame.
Declaration
void PushFrame(VideoFrameX frame)
Parameters
Type | Name | Description |
---|---|---|
VideoFrameX | frame | The frame. |