VideoDeviceCharacteristic 열거형

정의

서로 독립적인 비디오 스트림을 나타냅니다.

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
상속
VideoDeviceCharacteristic
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

필드

AllStreamsIdentical 4

모든 스트림은 동일합니다.

AllStreamsIndependent 0

모든 스트림은 독립적입니다.

PreviewPhotoStreamsIdentical 2

미리 보기 사진 스트림은 동일합니다.

PreviewRecordStreamsIdentical 1

미리 보기 비디오 스트림은 동일합니다.

RecordPhotoStreamsIdentical 3

비디오 및 사진 스트림은 동일합니다.

적용 대상