INDStreamParser 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 미디어 스트림의 샘플을 구문 분석합니다. |