TrinityCore
Loading...
Searching...
No Matches
bgs::protocol::voice::v1 Namespace Reference

Classes

class  VoiceCredentials
 

Enumerations

enum  VoiceJoinType { VOICE_JOIN_NORMAL = 0 , VOICE_JOIN_MUTED = 1 }
 
enum  VoiceMuteReason { VOICE_MUTE_REASON_NONE = 0 , VOICE_MUTE_REASON_PARENTAL_CONTROL_LISTEN_ONLY = 1 , VOICE_MUTE_REASON_REQUESTED = 2 , VOICE_MUTE_REASON_SQUELCHED = 3 }
 
enum  VoiceProviderVersion { VOICE_PROVIDER_V4 = 0 , VOICE_PROVIDER_V5 = 1 }
 

Functions

void TC_PROTO_API protobuf_AddDesc_api_2fcommon_2fv1_2fvoice_5ftypes_2eproto ()
 
void protobuf_AssignDesc_api_2fcommon_2fv1_2fvoice_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_api_2fcommon_2fv1_2fvoice_5ftypes_2eproto ()
 
TC_PROTO_API bool VoiceJoinType_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * VoiceJoinType_descriptor ()
 
const ::std::string & VoiceJoinType_Name (VoiceJoinType value)
 
bool VoiceJoinType_Parse (const ::std::string &name, VoiceJoinType *value)
 
TC_PROTO_API bool VoiceMuteReason_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * VoiceMuteReason_descriptor ()
 
const ::std::string & VoiceMuteReason_Name (VoiceMuteReason value)
 
bool VoiceMuteReason_Parse (const ::std::string &name, VoiceMuteReason *value)
 
TC_PROTO_API bool VoiceProviderVersion_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * VoiceProviderVersion_descriptor ()
 
const ::std::string & VoiceProviderVersion_Name (VoiceProviderVersion value)
 
bool VoiceProviderVersion_Parse (const ::std::string &name, VoiceProviderVersion *value)
 

Variables

const VoiceJoinType VoiceJoinType_MIN = VOICE_JOIN_NORMAL
 
const VoiceJoinType VoiceJoinType_MAX = VOICE_JOIN_MUTED
 
const int VoiceJoinType_ARRAYSIZE = VoiceJoinType_MAX + 1
 
const VoiceMuteReason VoiceMuteReason_MIN = VOICE_MUTE_REASON_NONE
 
const VoiceMuteReason VoiceMuteReason_MAX = VOICE_MUTE_REASON_SQUELCHED
 
const int VoiceMuteReason_ARRAYSIZE = VoiceMuteReason_MAX + 1
 
const VoiceProviderVersion VoiceProviderVersion_MIN = VOICE_PROVIDER_V4
 
const VoiceProviderVersion VoiceProviderVersion_MAX = VOICE_PROVIDER_V5
 
const int VoiceProviderVersion_ARRAYSIZE = VoiceProviderVersion_MAX + 1
 

Enumeration Type Documentation

◆ VoiceJoinType

Enumerator
VOICE_JOIN_NORMAL 
VOICE_JOIN_MUTED 

Definition at line 44 of file voice_types.pb.h.

◆ VoiceMuteReason

Enumerator
VOICE_MUTE_REASON_NONE 
VOICE_MUTE_REASON_PARENTAL_CONTROL_LISTEN_ONLY 
VOICE_MUTE_REASON_REQUESTED 
VOICE_MUTE_REASON_SQUELCHED 

Definition at line 63 of file voice_types.pb.h.

◆ VoiceProviderVersion

Enumerator
VOICE_PROVIDER_V4 
VOICE_PROVIDER_V5 

Definition at line 84 of file voice_types.pb.h.

Function Documentation

◆ protobuf_AddDesc_api_2fcommon_2fv1_2fvoice_5ftypes_2eproto()

void TC_PROTO_API bgs::protocol::voice::v1::protobuf_AddDesc_api_2fcommon_2fv1_2fvoice_5ftypes_2eproto ( )

◆ protobuf_AssignDesc_api_2fcommon_2fv1_2fvoice_5ftypes_2eproto()

void bgs::protocol::voice::v1::protobuf_AssignDesc_api_2fcommon_2fv1_2fvoice_5ftypes_2eproto ( )

◆ protobuf_ShutdownFile_api_2fcommon_2fv1_2fvoice_5ftypes_2eproto()

void bgs::protocol::voice::v1::protobuf_ShutdownFile_api_2fcommon_2fv1_2fvoice_5ftypes_2eproto ( )

◆ VoiceJoinType_descriptor()

TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::voice::v1::VoiceJoinType_descriptor ( )
+ Here is the caller graph for this function:

◆ VoiceJoinType_IsValid()

TC_PROTO_API bool bgs::protocol::voice::v1::VoiceJoinType_IsValid ( int  value)

◆ VoiceJoinType_Name()

const ::std::string & bgs::protocol::voice::v1::VoiceJoinType_Name ( VoiceJoinType  value)
inline

Definition at line 54 of file voice_types.pb.h.

+ Here is the call graph for this function:

◆ VoiceJoinType_Parse()

bool bgs::protocol::voice::v1::VoiceJoinType_Parse ( const ::std::string &  name,
VoiceJoinType value 
)
inline

Definition at line 58 of file voice_types.pb.h.

+ Here is the call graph for this function:

◆ VoiceMuteReason_descriptor()

TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::voice::v1::VoiceMuteReason_descriptor ( )
+ Here is the caller graph for this function:

◆ VoiceMuteReason_IsValid()

TC_PROTO_API bool bgs::protocol::voice::v1::VoiceMuteReason_IsValid ( int  value)

◆ VoiceMuteReason_Name()

const ::std::string & bgs::protocol::voice::v1::VoiceMuteReason_Name ( VoiceMuteReason  value)
inline

Definition at line 75 of file voice_types.pb.h.

+ Here is the call graph for this function:

◆ VoiceMuteReason_Parse()

bool bgs::protocol::voice::v1::VoiceMuteReason_Parse ( const ::std::string &  name,
VoiceMuteReason value 
)
inline

Definition at line 79 of file voice_types.pb.h.

+ Here is the call graph for this function:

◆ VoiceProviderVersion_descriptor()

TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::voice::v1::VoiceProviderVersion_descriptor ( )
+ Here is the caller graph for this function:

◆ VoiceProviderVersion_IsValid()

TC_PROTO_API bool bgs::protocol::voice::v1::VoiceProviderVersion_IsValid ( int  value)

◆ VoiceProviderVersion_Name()

const ::std::string & bgs::protocol::voice::v1::VoiceProviderVersion_Name ( VoiceProviderVersion  value)
inline

Definition at line 94 of file voice_types.pb.h.

+ Here is the call graph for this function:

◆ VoiceProviderVersion_Parse()

bool bgs::protocol::voice::v1::VoiceProviderVersion_Parse ( const ::std::string &  name,
VoiceProviderVersion value 
)
inline

Definition at line 98 of file voice_types.pb.h.

+ Here is the call graph for this function:

Variable Documentation

◆ VoiceJoinType_ARRAYSIZE

const int bgs::protocol::voice::v1::VoiceJoinType_ARRAYSIZE = VoiceJoinType_MAX + 1

Definition at line 51 of file voice_types.pb.h.

◆ VoiceJoinType_MAX

const VoiceJoinType bgs::protocol::voice::v1::VoiceJoinType_MAX = VOICE_JOIN_MUTED

Definition at line 50 of file voice_types.pb.h.

◆ VoiceJoinType_MIN

const VoiceJoinType bgs::protocol::voice::v1::VoiceJoinType_MIN = VOICE_JOIN_NORMAL

Definition at line 49 of file voice_types.pb.h.

◆ VoiceMuteReason_ARRAYSIZE

const int bgs::protocol::voice::v1::VoiceMuteReason_ARRAYSIZE = VoiceMuteReason_MAX + 1

Definition at line 72 of file voice_types.pb.h.

◆ VoiceMuteReason_MAX

const VoiceMuteReason bgs::protocol::voice::v1::VoiceMuteReason_MAX = VOICE_MUTE_REASON_SQUELCHED

Definition at line 71 of file voice_types.pb.h.

◆ VoiceMuteReason_MIN

const VoiceMuteReason bgs::protocol::voice::v1::VoiceMuteReason_MIN = VOICE_MUTE_REASON_NONE

Definition at line 70 of file voice_types.pb.h.

◆ VoiceProviderVersion_ARRAYSIZE

const int bgs::protocol::voice::v1::VoiceProviderVersion_ARRAYSIZE = VoiceProviderVersion_MAX + 1

Definition at line 91 of file voice_types.pb.h.

◆ VoiceProviderVersion_MAX

const VoiceProviderVersion bgs::protocol::voice::v1::VoiceProviderVersion_MAX = VOICE_PROVIDER_V5

Definition at line 90 of file voice_types.pb.h.

◆ VoiceProviderVersion_MIN

const VoiceProviderVersion bgs::protocol::voice::v1::VoiceProviderVersion_MIN = VOICE_PROVIDER_V4

Definition at line 89 of file voice_types.pb.h.