C# Class FSClient.ConferenceUser

Inheritance: ObservableClass
Afficher le fichier Open project: mitchcapper/FSClient Class Usage Examples

Méthodes publiques

Méthode Description
ConferenceUser ( ) : System
Deaf ( bool undeaf = false ) : void
Drop ( ) : void
Mute ( bool unmute = false ) : void
SetAudioLevel ( int level, bool conference_level = false ) : void
SetEnergyLevel ( int level ) : void
Split ( ) : void
StateIs ( USER_STATE test ) : bool
StateTest ( USER_STATE state, USER_STATE test ) : bool

Method Details

ConferenceUser() public méthode

public ConferenceUser ( ) : System
Résultat System

Deaf() public méthode

public Deaf ( bool undeaf = false ) : void
undeaf bool
Résultat void

Drop() public méthode

public Drop ( ) : void
Résultat void

Mute() public méthode

public Mute ( bool unmute = false ) : void
unmute bool
Résultat void

SetAudioLevel() public méthode

public SetAudioLevel ( int level, bool conference_level = false ) : void
level int
conference_level bool
Résultat void

SetEnergyLevel() public méthode

public SetEnergyLevel ( int level ) : void
level int
Résultat void

Split() public méthode

public Split ( ) : void
Résultat void

StateIs() public méthode

public StateIs ( USER_STATE test ) : bool
test USER_STATE
Résultat bool

StateTest() public static méthode

public static StateTest ( USER_STATE state, USER_STATE test ) : bool
state USER_STATE
test USER_STATE
Résultat bool