다음을 통해 공유


NDStreamParserNotifier 클래스

정의

스트림 파서 플러그 인이 PlayReady-ND 클라이언트에 알림을 보내는 데 사용하는 메서드를 포함합니다.

public ref class NDStreamParserNotifier sealed : INDStreamParserNotifier
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
class NDStreamParserNotifier final : INDStreamParserNotifier
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
class NDStreamParserNotifier final : INDStreamParserNotifier
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.Deprecated("NDStreamParserNotifier is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
class NDStreamParserNotifier final : INDStreamParserNotifier
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public sealed class NDStreamParserNotifier : INDStreamParserNotifier
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
public sealed class NDStreamParserNotifier : INDStreamParserNotifier
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.Deprecated("NDStreamParserNotifier is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
public sealed class NDStreamParserNotifier : INDStreamParserNotifier
function NDStreamParserNotifier()
Public NotInheritable Class NDStreamParserNotifier
Implements INDStreamParserNotifier
상속
Object Platform::Object IInspectable NDStreamParserNotifier
특성
구현

Windows 요구 사항

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

생성자

NDStreamParserNotifier()

NDStreamParserNotifier 클래스의 새 instance 만듭니다.

메서드

OnBeginSetupDecryptor(IMediaStreamDescriptor, Guid, Byte[])

설치 암호 해독기를 요청할 때 스트림 파서에서 호출됩니다.

OnContentIDReceived(INDLicenseFetchDescriptor)

콘텐츠 식별자를 받을 때 스트림 파서에서 호출됩니다.

OnMediaStreamDescriptorCreated(IVector<AudioStreamDescriptor>, IVector<VideoStreamDescriptor>)

미디어 스트림 설명자를 만들 때 스트림 파서에서 호출됩니다.

OnSampleParsed(UInt32, NDMediaStreamType, MediaStreamSample, Int64, NDClosedCaptionFormat, Byte[])

스트림 파서가 미디어 스트림에서 샘플을 구문 분석할 때 호출됩니다.

적용 대상

추가 정보