Class Opus
public static class Opus
- Inheritance
-
Opus
- Inherited Members
Fields
FrameDuration
public const int FrameDuration = 20
Field Value
MaxOpusBitrate
public const int MaxOpusBitrate = 510000
Field Value
MaxOpusFrameLength
public const int MaxOpusFrameLength = 1275
Field Value
SamplesPerChannel
public const int SamplesPerChannel = 960
Field Value
SamplingRate
public const int SamplingRate = 48000
Field Value
Methods
GetFrameSize(PcmFormat, VoiceChannels)
public static int GetFrameSize(PcmFormat format, VoiceChannels channels)
Parameters
format
PcmFormatFormat of PCM.
channels
VoiceChannelsNumber of channels.