Click or drag to resize

AudioParameters Constructor

Version 130.1.90
Init with default values

Namespace: CefSharp.Structs
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public AudioParameters(
	ChannelLayout channelLayout,
	int sampleRate,
	int framesPerBuffer
)

Parameters

channelLayout  ChannelLayout
channel layout
sampleRate  Int32
sample rate
framesPerBuffer  Int32
frames per buffer
See Also