MediaStreamSampleProtectionProperties 클래스

정의

MediaStreamSample의 DRM(디지털 권한 관리) 보호와 관련된 컬렉션 속성을 나타냅니다.

public ref class MediaStreamSampleProtectionProperties sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class MediaStreamSampleProtectionProperties final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class MediaStreamSampleProtectionProperties
Public NotInheritable Class MediaStreamSampleProtectionProperties
상속
Object Platform::Object IInspectable MediaStreamSampleProtectionProperties
특성

Windows 요구 사항

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

설명

유니버설 Windows 앱에서 미디어 스트림 원본을 사용하는 예제는 MediaStreamSource 샘플을 참조하세요.

메서드

GetInitializationVector(Byte[])

MediaStreamSample에서 DRM(디지털 권한 관리) 초기화 벡터를 가져옵니다.

GetKeyIdentifier(Byte[])

MediaStreamSample에서 DRM(디지털 권한 관리) 키 식별자를 가져옵니다.

GetSubSampleMapping(Byte[])

MediaStreamSample에서 DRM(디지털 권한 관리) 하위 샘플 매핑을 가져옵니다.

SetInitializationVector(Byte[])

MediaStreamSample에 대한 DRM(디지털 권한 관리) 초기화 벡터를 설정합니다.

SetKeyIdentifier(Byte[])

MediaStreamSample에 대한 DRM(디지털 권한 관리) 키 식별자를 설정합니다.

SetSubSampleMapping(Byte[])

MediaStreamSample에 대한 DRM(디지털 권한 관리) 하위 샘플 매핑을 설정합니다.

적용 대상

추가 정보