VideoDeviceCharacteristic Enum

Definition

Indicates which video streams are independent of each other.

public enum class VideoDeviceCharacteristic
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class VideoDeviceCharacteristic
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum VideoDeviceCharacteristic
var value = Windows.Media.Capture.VideoDeviceCharacteristic.allStreamsIndependent
Public Enum VideoDeviceCharacteristic
Inheritance
VideoDeviceCharacteristic
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

AllStreamsIdentical 4

All streams are identical

AllStreamsIndependent 0

All streams are independent.

PreviewPhotoStreamsIdentical 2

Preview photo streams are identical

PreviewRecordStreamsIdentical 1

Preview video streams are identical.

RecordPhotoStreamsIdentical 3

Video and photo streams are identical

Applies to