Class GLVirtualVideoSourceSettings
- Namespace
- VisioForge.Core.Types.X.OpenGL
- Assembly
- VisioForge.Core.dll
OpenGL virtual video source settings.
public class GLVirtualVideoSourceSettings : IMediaPlayerBaseSourceSettings, IVideoCaptureBaseVideoSourceSettings, IVideoSourceSettings, IMediaBlockSettingsInheritance
Implements
Inherited Members
Constructors
GLVirtualVideoSourceSettings()
Initializes a new instance of the VisioForge.Core.Types.X.OpenGL.GLVirtualVideoSourceSettings class.
public GLVirtualVideoSourceSettings()Properties
FrameRate
Gets or sets the frame rate.
public VideoFrameRate FrameRate { get; set; }Property Value
Height
Gets or sets the height.
public int Height { get; set; }Property Value
IsLive
Gets or sets a value indicating whether this instance is live.
public bool IsLive { get; set; }Property Value
Mode
Gets or sets the mode.
public GLVirtualVideoSourceMode Mode { get; set; }Property Value
Width
Gets or sets the width.
public int Width { get; set; }Property Value
Methods
CreateBlock()
Creates the block.
public MediaBlock CreateBlock()Returns
- MediaBlock
-
MediaBlock.
ReadInfoAsync()
Reads the information asynchronous.
public Task<MediaFileInfo> ReadInfoAsync()Returns
- Task<MediaFileInfo>
-
Task<MediaFileInfo>.