VideoDeviceCharacteristic 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.
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
Name | Value | Description |
---|---|---|
AllStreamsIndependent | 0 | All streams are independent. |
PreviewRecordStreamsIdentical | 1 | Preview video streams are identical. |
PreviewPhotoStreamsIdentical | 2 | Preview photo streams are identical |
RecordPhotoStreamsIdentical | 3 | Video and photo streams are identical |
AllStreamsIdentical | 4 | All streams are identical |