다음을 통해 공유


INDStreamParser 인터페이스

정의

PlayReady-ND 미디어 스트림의 데이터를 구문 분석합니다.

public interface class INDStreamParser
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3770327448, 38806, 16841, 134, 149, 89, 67, 126, 103, 230, 106)]
struct INDStreamParser
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3770327448, 38806, 16841, 134, 149, 89, 67, 126, 103, 230, 106)]
/// [Windows.Foundation.Metadata.Deprecated("INDStreamParser is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
struct INDStreamParser
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3770327448, 38806, 16841, 134, 149, 89, 67, 126, 103, 230, 106)]
public interface INDStreamParser
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3770327448, 38806, 16841, 134, 149, 89, 67, 126, 103, 230, 106)]
[Windows.Foundation.Metadata.Deprecated("INDStreamParser is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
public interface INDStreamParser
Public Interface INDStreamParser
특성

Windows 요구 사항

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

속성

Notifier

송신기에서 스트림 파서 이벤트에 대한 알림을 제공하는 스트림 파서 알림을 가져옵니다.

메서드

BeginOfStream()

PlayReady-ND 스트림 파서에 새 미디어 스트림이 시작될 준비가 되도록 알 수 있습니다.

EndOfStream()

PlayReady-ND 스트림 파서에 미디어 스트림의 끝에 도달했음을 알 수 있습니다.

GetStreamInformation(IMediaStreamDescriptor, NDMediaStreamType)

미디어 스트림 설명자의 스트림 유형(오디오 또는 비디오) 및 스트림 식별자를 검색합니다.

ParseData(Byte[])

PlayReady-ND 미디어 스트림의 샘플을 구문 분석합니다.

적용 대상