Class LiveSourceSwitchSettings
Live Source Switch settings.
Inherited Members
Namespace: VisioForge.Core.LiveSourceSwitch
Assembly: VisioForge.Core.dll
Syntax
public class LiveSourceSwitchSettingsConstructors
LiveSourceSwitchSettings(int, int, VideoFrameRate)
Initializes a new instance of the LiveSourceSwitchSettings class.
Declaration
public LiveSourceSwitchSettings(int width, int height, VideoFrameRate frameRate)Parameters
| Type | Name | Description | 
|---|---|---|
| int | width | The width. | 
| int | height | The height. | 
| VideoFrameRate | frameRate | The frame rate. | 
Properties
AudioChannels
Gets or sets the audio channels.
Declaration
public int AudioChannels { get; set; }Property Value
| Type | Description | 
|---|---|
| int | The audio channels. | 
AudioFormat
Gets or sets the audio format.
Declaration
public AudioFormatX AudioFormat { get; set; }Property Value
| Type | Description | 
|---|---|
| AudioFormatX | The audio format. | 
AudioSampleRate
Gets or sets the audio sample rate.
Declaration
public int AudioSampleRate { get; set; }Property Value
| Type | Description | 
|---|---|
| int | The audio sample rate. | 
AudioStream
Gets or sets a value indicating whether audio stream is enabled.
Declaration
public bool AudioStream { get; set; }Property Value
| Type | Description | 
|---|---|
| bool | 
 | 
MaxAudioInputsCount
Gets or sets the maximum audio inputs count.
Declaration
public int MaxAudioInputsCount { get; set; }Property Value
| Type | Description | 
|---|---|
| int | The maximum audio inputs count. | 
MaxVideoInputsCount
Gets or sets the maximum video inputs count.
Declaration
public int MaxVideoInputsCount { get; set; }Property Value
| Type | Description | 
|---|---|
| int | The maximum video inputs count. | 
RandomKey
Gets the random key.
Declaration
public int RandomKey { get; }Property Value
| Type | Description | 
|---|---|
| int | The random key. | 
VideoFrameRate
Gets or sets the video frame rate.
Declaration
public VideoFrameRate VideoFrameRate { get; }Property Value
| Type | Description | 
|---|---|
| VideoFrameRate | The video frame rate. | 
VideoHeight
Gets or sets the height of the video.
Declaration
public int VideoHeight { get; }Property Value
| Type | Description | 
|---|---|
| int | The height of the video. | 
VideoStream
Gets or sets a value indicating whether video stream is enabled.
Declaration
public bool VideoStream { get; set; }Property Value
| Type | Description | 
|---|---|
| bool | 
 | 
VideoWidth
Gets or sets the width of the video.
Declaration
public int VideoWidth { get; }Property Value
| Type | Description | 
|---|---|
| int | The width of the video. |