MseStreamSource.RemoveSourceBuffer(MseSourceBuffer) 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.
Removes a source buffer from the stream source.
public:
virtual void RemoveSourceBuffer(MseSourceBuffer ^ buffer) = RemoveSourceBuffer;
void RemoveSourceBuffer(MseSourceBuffer const& buffer);
public void RemoveSourceBuffer(MseSourceBuffer buffer);
function removeSourceBuffer(buffer)
Public Sub RemoveSourceBuffer (buffer As MseSourceBuffer)
Parameters
- buffer
- MseSourceBuffer
The MseSourceBuffer object for the source buffer removed.