Share via


ProcessAudioFrameContext 类

定义

提供用于在 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
继承
Object Platform::Object IInspectable ProcessAudioFrameContext
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

注解

若要检索此类的实例,请实现 ProcessFrame 方法。

属性

InputFrame

获取音频效果操作的输入帧。

OutputFrame

获取音频效果操作的输出帧。

适用于