MseStreamSource.ActiveSourceBuffers Property
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.
Gets the list of media source extensions (MSE) source buffers that are active on the stream source.
public:
property MseSourceBufferList ^ ActiveSourceBuffers { MseSourceBufferList ^ get(); };
MseSourceBufferList ActiveSourceBuffers();
public MseSourceBufferList ActiveSourceBuffers { get; }
var mseSourceBufferList = mseStreamSource.activeSourceBuffers;
Public ReadOnly Property ActiveSourceBuffers As MseSourceBufferList
Property Value
The list of MSE source buffers that are active.