MseStreamSource.EndOfStream(MseEndOfStreamStatus) 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.
Specifies the status at the end of stream.
public:
virtual void EndOfStream(MseEndOfStreamStatus status) = EndOfStream;
void EndOfStream(MseEndOfStreamStatus const& status);
public void EndOfStream(MseEndOfStreamStatus status);
function endOfStream(status)
Public Sub EndOfStream (status As MseEndOfStreamStatus)
Parameters
- status
- MseEndOfStreamStatus
A MseEndOfStreamStatus-typed value that specifies the status at the end of stream.