MediaRecorderCommand Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class MediaRecorderCommand
public enum MediaRecorderCommand
type MediaRecorderCommand =
Public Enum MediaRecorderCommand
- Inheritance
-
MediaRecorderCommand
Fields
Name | Value | Description |
---|---|---|
GetDefaultAudioDeviceName | 0 | |
StartInputVolumeLevelPolling | 1 | |
StopInputVolumeLevelPolling | 2 | |
MuteDefaultAudioDevice | 3 | |
UnmuteDefaultAudioDevice | 4 | |
GetDefaultAudioDeviceMuteStatus | 5 | |
EnableAudioRecorder | 6 | |
DisableAudioRecorder | 7 | |
GetAudioRecorderStatus | 8 | |
DisableVideoRecorder | 9 | |
EnableVideoRecorder | 10 | |
GetVideoRecorderStatus | 11 |