HMCameraAudioStreamSetting 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.
Settings for camera's with audio devices. Used with AudioStreamSetting.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum HMCameraAudioStreamSetting
type HMCameraAudioStreamSetting =
- Inheritance
-
HMCameraAudioStreamSetting
- Attributes
Fields
Name | Value | Description |
---|---|---|
Muted | 1 | The HMCameraAudioStreamSetting describing whether the audio capabilities are muted. |
IncomingAudioAllowed | 2 | The HMCameraAudioStreamSetting describing whether camera microphone one-way audio is enabled. |
BidirectionalAudioAllowed | 3 | The HMCameraAudioStreamSetting describing whether two-way audio is enabled. |