Photon C++ Client API
5.0.7.3
|
This is the complete list of members for VoiceInfo, including all inherited members.
createAudioOpus(int samplingRate, int channels, int frameDurationUs, int bitrate, const Common::Object &userdata=Common::Object()) | VoiceInfo | static |
createVideoVP8(int bitrate, int width=0, int heigth=-1, const Common::Object &userdata=Common::Object()) | VoiceInfo | static |
getBitrate(void) const | VoiceInfo | |
getChannels(void) const | VoiceInfo | |
getCodec(void) const (defined in VoiceInfo) | VoiceInfo | |
getFrameDurationSamples(void) const | VoiceInfo | |
getFrameDurationUs(void) const | VoiceInfo | |
getFrameSize(void) const | VoiceInfo | |
getHeight(void) const | VoiceInfo | |
getSamplingRate(void) const | VoiceInfo | |
getUserData(void) const | VoiceInfo | |
getWidth(void) const | VoiceInfo | |
setBitrate(int bitrate) (defined in VoiceInfo) | VoiceInfo | |
setChannels(int channels) (defined in VoiceInfo) | VoiceInfo | |
setCodec(int codec) (defined in VoiceInfo) | VoiceInfo | |
setFrameDurationUs(int frameDurationUs) (defined in VoiceInfo) | VoiceInfo | |
setHeight(int height) (defined in VoiceInfo) | VoiceInfo | |
setSamplingRate(int samplingRate) (defined in VoiceInfo) | VoiceInfo | |
setUserData(const Common::Object &userData) (defined in VoiceInfo) | VoiceInfo | |
setWidth(int width) (defined in VoiceInfo) | VoiceInfo | |
toString(Common::JString &retStr, bool withTypes=false) const | VoiceInfo | virtual |
toString(JString &retStr, bool withTypes=false) const=0 | VoiceInfo | |
toString(bool withTypes=false) const | VoiceInfo | |
ExitGames::Common::ToString::toString(bool withTypes=false) const | ToString | |
typeToString(void) const | ToString | virtual |
VoiceInfo(void) (defined in VoiceInfo) | VoiceInfo | |
~ToString(void) | ToString | virtual |