17 #include <pia/session/session_definitions.h> 19 #include <pia/session/session_types.h> 55 m_MinParticipants = min;
63 return m_MinParticipants;
72 m_MaxParticipants = max;
80 return m_MaxParticipants;
84 void Trace(u64 flag)
const;
87 u16 m_MinParticipants;
88 u16 m_MaxParticipants;
u16 GetMinParticipants() const
Gets the specified minimum number of participants.
Definition: session_CreateSessionSetting.h:61
u16 GetMaxParticipants() const
Gets the specified maximum number of participants.
Definition: session_CreateSessionSetting.h:78
Base class that manages settings specific to session creation.
Definition: session_CreateSessionSetting.h:38
void SetMaxParticipants(u16 max)
Sets the maximum number of participants for the session to create.
Definition: session_CreateSessionSetting.h:70
This is the common base class used inside the Pia library.
Definition: common_RootObject.h:40
void SetMinParticipants(u16 min)
Sets the minimum number of participants for the session to create.
Definition: session_CreateSessionSetting.h:53