Class RecordingMode
The recording mode helper.
Inheritance
System.Object
RecordingMode
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public static class RecordingMode
Properties
AudioOnly
Gets Audio-only recording mode.
Declaration
public static string AudioOnly { get; }
Property Value
Type | Description |
---|---|
System.String |
AudioVideo
Gets Audio/Video recording mode.
Declaration
public static string AudioVideo { get; }
Property Value
Type | Description |
---|---|
System.String |
VideoOnly
Gets Video-only recording mode.
Declaration
public static string VideoOnly { get; }
Property Value
Type | Description |
---|---|
System.String |