PlayEnabler 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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)
매개 변수
설명
이 메서드에 허용되는 매개 변수에 대한 자세한 내용은 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())
매개 변수
- configurationData
- Byte[]
기술에 대한 추가 구성 데이터입니다.
설명
이 메서드에 허용되는 매개 변수에 대한 자세한 내용은 PlayReady 라이선스 계약과 함께 제공되는 PlayReady 규정 준수 규칙 문서를 참조하세요.