NDDownloadEngineNotifier.OnEndOfStream Method
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.
Called by the download engine when it reaches the end of a PlayReady-ND media stream.
public:
virtual void OnEndOfStream() = OnEndOfStream;
void OnEndOfStream();
/// [Windows.Foundation.Metadata.Deprecated("INDDownloadEngineNotifier is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
void OnEndOfStream();
public void OnEndOfStream();
[Windows.Foundation.Metadata.Deprecated("INDDownloadEngineNotifier is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
public void OnEndOfStream();
function onEndOfStream()
Public Sub OnEndOfStream ()
Implements
- Attributes