VideoDeviceCharacteristic Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt an, welche Videostreams voneinander unabhängig sind.
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
- Vererbung
-
VideoDeviceCharacteristic
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10 (eingeführt in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
|
Felder
AllStreamsIdentical | 4 | Alle Streams sind identisch. |
AllStreamsIndependent | 0 | Alle Streams sind unabhängig. |
PreviewPhotoStreamsIdentical | 2 | Vorschaufotostreams sind identisch |
PreviewRecordStreamsIdentical | 1 | Vorschauvideostreams sind identisch. |
RecordPhotoStreamsIdentical | 3 | Video- und Fotostreams sind identisch |