/ fm / liveswitch / RecordingMode
Class: RecordingMode
fm.liveswitch.RecordingMode
The recording mode helper.
Table of contents
Constructors
Methods
Constructors
constructor
+ new RecordingMode(): RecordingMode
Returns: RecordingMode
Methods
getTypeString
▸ getTypeString(): string
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/RecordingMode.ts:9
getAudioOnly
▸ Static
getAudioOnly(): string
Gets Audio-only recording mode.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/RecordingMode.ts:17
getAudioVideo
▸ Static
getAudioVideo(): string
Gets Audio/Video recording mode.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/RecordingMode.ts:29
getVideoOnly
▸ Static
getVideoOnly(): string
Gets Video-only recording mode.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/RecordingMode.ts:41