webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <audio_encoder_isac_t.h>
Public Member Functions | |
bool | IsOk () const |
bool | IsOk () const |
Public Attributes | |
rtc::scoped_refptr< LockedIsacBandwidthInfo > | bwinfo |
int | payload_type = 103 |
int | sample_rate_hz = 16000 |
int | frame_size_ms = 30 |
int | bit_rate = kDefaultBitRate |
int | max_payload_size_bytes = -1 |
int | max_bit_rate = -1 |
bool | adaptive_mode = false |
bool | enforce_frame_size = false |
bool webrtc::AudioEncoderIsacT< T >::Config::IsOk | ( | ) | const |
bool webrtc::AudioEncoderIsacT< T >::Config::IsOk | ( | ) | const |
bool webrtc::AudioEncoderIsacT< T >::Config::adaptive_mode = false |
int webrtc::AudioEncoderIsacT< T >::Config::bit_rate = kDefaultBitRate |
rtc::scoped_refptr< LockedIsacBandwidthInfo > webrtc::AudioEncoderIsacT< T >::Config::bwinfo |
bool webrtc::AudioEncoderIsacT< T >::Config::enforce_frame_size = false |
int webrtc::AudioEncoderIsacT< T >::Config::frame_size_ms = 30 |
int webrtc::AudioEncoderIsacT< T >::Config::max_bit_rate = -1 |
int webrtc::AudioEncoderIsacT< T >::Config::max_payload_size_bytes = -1 |
int webrtc::AudioEncoderIsacT< T >::Config::payload_type = 103 |
int webrtc::AudioEncoderIsacT< T >::Config::sample_rate_hz = 16000 |