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

#include <webrtcvideoencoderfactory.h>

Public Member Functions

 VideoCodec (webrtc::VideoCodecType t, const std::string &nm)
 
 VideoCodec (webrtc::VideoCodecType t, const std::string &nm, int, int, int)
 
 VideoCodec (webrtc::VideoCodecType t, const std::string &nm)
 
 VideoCodec (webrtc::VideoCodecType t, const std::string &nm, int, int, int)
 

Public Attributes

webrtc::VideoCodecType type
 
std::string name
 

Constructor & Destructor Documentation

◆ VideoCodec() [1/4]

cricket::WebRtcVideoEncoderFactory::VideoCodec::VideoCodec ( webrtc::VideoCodecType  t,
const std::string nm 
)
inline

◆ VideoCodec() [2/4]

cricket::WebRtcVideoEncoderFactory::VideoCodec::VideoCodec ( webrtc::VideoCodecType  t,
const std::string nm,
int  ,
int  ,
int   
)
inline

◆ VideoCodec() [3/4]

cricket::WebRtcVideoEncoderFactory::VideoCodec::VideoCodec ( webrtc::VideoCodecType  t,
const std::string nm 
)
inline

◆ VideoCodec() [4/4]

cricket::WebRtcVideoEncoderFactory::VideoCodec::VideoCodec ( webrtc::VideoCodecType  t,
const std::string nm,
int  ,
int  ,
int   
)
inline

Member Data Documentation

◆ name

std::string cricket::WebRtcVideoEncoderFactory::VideoCodec::name

◆ type

webrtc::VideoCodecType cricket::WebRtcVideoEncoderFactory::VideoCodec::type

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