AudioParameters Constructor |
Version 88.2.90
Init with default values
Namespace:
CefSharp.Structs
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax public AudioParameters(
ChannelLayout channelLayout,
int sampleRate,
int framesPerBuffer
)
public:
AudioParameters(
ChannelLayout channelLayout,
int sampleRate,
int framesPerBuffer
)
Parameters
- channelLayout
- Type: CefSharp.EnumsChannelLayout
channel layout - sampleRate
- Type: SystemInt32
sample rate - framesPerBuffer
- Type: SystemInt32
frames per buffer
See Also