Partage via


MseSourceBufferList Classe

Définition

Représente une liste de mémoires tampons sources MSE (Media Source Extensions).

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
Héritage
Object Platform::Object IInspectable MseSourceBufferList
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)

Remarques

Obtenez un instance de cette classe en accédant à la propriété ActiveSourceBuffers ou SourceBuffers.

Propriétés

Buffers

Obtient la liste des objets MseSourceBuffer .

Événements

SourceBufferAdded

Se produit lorsqu’un objet MseSourceBuffer est ajouté.

SourceBufferRemoved

Se produit lorsqu’un objet MseSourceBuffer est supprimé.

S’applique à