MseSourceBufferList Klasse

Definition

Stellt eine Liste von MSE-Quellpuffern (Media Source Extensions) dar.

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
Vererbung
Object Platform::Object IInspectable MseSourceBufferList
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Hinweise

Rufen Sie eine instance dieser Klasse ab, indem Sie auf die ActiveSourceBuffers- oder SourceBuffers-Eigenschaft zugreifen.

Eigenschaften

Buffers

Ruft die Liste der MseSourceBuffer-Objekte ab.

Ereignisse

SourceBufferAdded

Tritt auf, wenn ein MseSourceBuffer-Objekt hinzugefügt wird.

SourceBufferRemoved

Tritt auf, wenn ein MseSourceBuffer-Objekt entfernt wird.

Gilt für: