webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
webrtc::AudioEncoder::EncodedInfoLeaf Struct Reference

#include <audio_encoder.h>

Inheritance diagram for webrtc::AudioEncoder::EncodedInfoLeaf:
webrtc::AudioEncoder::EncodedInfo webrtc::AudioEncoder::EncodedInfo

Public Attributes

size_t encoded_bytes = 0
 
uint32_t encoded_timestamp = 0
 
int payload_type = 0
 
bool send_even_if_empty = false
 
bool speech = true
 
CodecType encoder_type = CodecType::kOther
 

Member Data Documentation

◆ encoded_bytes

size_t webrtc::AudioEncoder::EncodedInfoLeaf::encoded_bytes = 0

◆ encoded_timestamp

uint32_t webrtc::AudioEncoder::EncodedInfoLeaf::encoded_timestamp = 0

◆ encoder_type

CodecType webrtc::AudioEncoder::EncodedInfoLeaf::encoder_type = CodecType::kOther

◆ payload_type

int webrtc::AudioEncoder::EncodedInfoLeaf::payload_type = 0

◆ send_even_if_empty

bool webrtc::AudioEncoder::EncodedInfoLeaf::send_even_if_empty = false

◆ speech

bool webrtc::AudioEncoder::EncodedInfoLeaf::speech = true

The documentation for this struct was generated from the following file: