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

#include <dtmf_buffer.h>

Public Member Functions

 DtmfEvent ()
 
 DtmfEvent (uint32_t ts, int ev, int vol, int dur, bool end)
 
 DtmfEvent ()
 
 DtmfEvent (uint32_t ts, int ev, int vol, int dur, bool end)
 

Public Attributes

uint32_t timestamp
 
int event_no
 
int volume
 
int duration
 
bool end_bit
 

Constructor & Destructor Documentation

◆ DtmfEvent() [1/4]

webrtc::DtmfEvent::DtmfEvent ( )
inline

◆ DtmfEvent() [2/4]

webrtc::DtmfEvent::DtmfEvent ( uint32_t  ts,
int  ev,
int  vol,
int  dur,
bool  end 
)
inline

◆ DtmfEvent() [3/4]

webrtc::DtmfEvent::DtmfEvent ( )
inline

◆ DtmfEvent() [4/4]

webrtc::DtmfEvent::DtmfEvent ( uint32_t  ts,
int  ev,
int  vol,
int  dur,
bool  end 
)
inline

Member Data Documentation

◆ duration

int webrtc::DtmfEvent::duration

◆ end_bit

bool webrtc::DtmfEvent::end_bit

◆ event_no

int webrtc::DtmfEvent::event_no

◆ timestamp

uint32_t webrtc::DtmfEvent::timestamp

◆ volume

int webrtc::DtmfEvent::volume

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