MseSourceBufferList Class

Definition

Represents a list of media source extensions (MSE) source buffers.

public ref class MseSourceBufferList sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class MseSourceBufferList final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class MseSourceBufferList
Public NotInheritable Class MseSourceBufferList
Inheritance
Object Platform::Object IInspectable MseSourceBufferList
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Remarks

Get an instance of this class by accessing the ActiveSourceBuffers or SourceBuffers property.

Properties

Buffers

Gets the list of MseSourceBuffer objects.

Events

SourceBufferAdded

Occurs when a MseSourceBuffer object is added.

SourceBufferRemoved

Occurs when a MseSourceBuffer object is removed.

Applies to