Table of Contents

Class GLVirtualVideoSourceSettings

Namespace
VisioForge.Core.Types.X.OpenGL
Assembly
VisioForge.Core.dll

OpenGL virtual video source settings.

public class GLVirtualVideoSourceSettings : IMediaPlayerBaseSourceSettings, IVideoCaptureBaseVideoSourceSettings, IVideoSourceSettings, IMediaBlockSettings

Inheritance

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

VideoFrameRate

Height

Gets or sets the height.

public int Height { get; set; }

Property Value

int

IsLive

Gets or sets a value indicating whether this instance is live.

public bool IsLive { get; set; }

Property Value

bool

Mode

Gets or sets the mode.

public GLVirtualVideoSourceMode Mode { get; set; }

Property Value

GLVirtualVideoSourceMode

Width

Gets or sets the width.

public int Width { get; set; }

Property Value

int

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>.