webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webrtc::rtpplayer::PayloadCodecTuple Class Reference

#include <rtp_player.h>

Public Member Functions

 PayloadCodecTuple (uint8_t payload_type, const std::string &codec_name, VideoCodecType codec_type)
 
const std::stringname () const
 
uint8_t payload_type () const
 
VideoCodecType codec_type () const
 
 PayloadCodecTuple (uint8_t payload_type, const std::string &codec_name, VideoCodecType codec_type)
 
const std::stringname () const
 
uint8_t payload_type () const
 
VideoCodecType codec_type () const
 

Constructor & Destructor Documentation

◆ PayloadCodecTuple() [1/2]

webrtc::rtpplayer::PayloadCodecTuple::PayloadCodecTuple ( uint8_t  payload_type,
const std::string codec_name,
VideoCodecType  codec_type 
)
inline

◆ PayloadCodecTuple() [2/2]

webrtc::rtpplayer::PayloadCodecTuple::PayloadCodecTuple ( uint8_t  payload_type,
const std::string codec_name,
VideoCodecType  codec_type 
)
inline

Member Function Documentation

◆ codec_type() [1/2]

VideoCodecType webrtc::rtpplayer::PayloadCodecTuple::codec_type ( ) const
inline

◆ codec_type() [2/2]

VideoCodecType webrtc::rtpplayer::PayloadCodecTuple::codec_type ( ) const
inline

◆ name() [1/2]

const std::string& webrtc::rtpplayer::PayloadCodecTuple::name ( ) const
inline

◆ name() [2/2]

const std::string& webrtc::rtpplayer::PayloadCodecTuple::name ( ) const
inline

◆ payload_type() [1/2]

uint8_t webrtc::rtpplayer::PayloadCodecTuple::payload_type ( ) const
inline

◆ payload_type() [2/2]

uint8_t webrtc::rtpplayer::PayloadCodecTuple::payload_type ( ) const
inline

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