INDStreamParser Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parses data from a PlayReady-ND media stream.
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
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Properties
Notifier |
Gets the stream parser notifier that will provide notification of stream parser events from the transmitter. |
Methods
BeginOfStream() |
Notifies a PlayReady-ND stream parser to be ready for the beginning of a new media stream. |
EndOfStream() |
Notifies a PlayReady-ND stream parser that the end of a media stream has been reached. |
GetStreamInformation(IMediaStreamDescriptor, NDMediaStreamType) |
Retrieves the stream type (audio or video) and stream identifier of the media stream descriptor. |
ParseData(Byte[]) |
Parses samples from a PlayReady-ND media stream. |