Partager via


ProcessAudioFrameContext Classe

Définition

Fournit un contexte pour effectuer une opération d’effet audio personnalisée dans la méthode ProcessFrame .

public ref class ProcessAudioFrameContext 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 ProcessAudioFrameContext 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 ProcessAudioFrameContext
Public NotInheritable Class ProcessAudioFrameContext
Héritage
Object Platform::Object IInspectable ProcessAudioFrameContext
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

Pour récupérer un instance de cette classe, implémentez la méthode ProcessFrame.

Propriétés

InputFrame

Obtient l’image d’entrée pour une opération d’effet audio.

OutputFrame

Obtient l’image de sortie pour une opération d’effet audio.

S’applique à