다음을 통해 공유


PlayEnabler 생성자

정의

오버로드

PlayEnabler(Guid)

PlayEnabler 클래스의 새 인스턴스를 초기화합니다.

PlayEnabler(Guid, Byte[])

PlayEnabler 클래스의 새 인스턴스를 초기화합니다.

PlayEnabler(Guid)

PlayEnabler 클래스의 새 인스턴스를 초기화합니다.

public PlayEnabler (Guid technologyId);
new Microsoft.Media.Drm.PlayEnabler : Guid -> Microsoft.Media.Drm.PlayEnabler
Public Sub New (technologyId As Guid)

매개 변수

technologyId
Guid

Guid 콘텐츠가 흐를 수 있는 기술을 식별하는 입니다.

설명

이 메서드에 허용되는 매개 변수에 대한 자세한 내용은 PlayReady 라이선스 계약과 함께 제공되는 PlayReady 규정 준수 규칙 문서를 참조하세요.

적용 대상

PlayEnabler(Guid, Byte[])

PlayEnabler 클래스의 새 인스턴스를 초기화합니다.

public PlayEnabler (Guid technologyId, byte[] configurationData);
new Microsoft.Media.Drm.PlayEnabler : Guid * byte[] -> Microsoft.Media.Drm.PlayEnabler
Public Sub New (technologyId As Guid, configurationData As Byte())

매개 변수

technologyId
Guid

Guid 콘텐츠가 흐를 수 있는 기술을 식별하는 입니다.

configurationData
Byte[]

기술에 대한 추가 구성 데이터입니다.

설명

이 메서드에 허용되는 매개 변수에 대한 자세한 내용은 PlayReady 라이선스 계약과 함께 제공되는 PlayReady 규정 준수 규칙 문서를 참조하세요.

적용 대상