Class RecordingMode
The recording mode helper.
Inheritance
System.Object
RecordingMode
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public static class RecordingMode : object
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 |