C# Class Windows8.Conference.WebRTC.LocalMedia

Afficher le fichier Open project: QuickBlox/quickblox-dotnet-sdk Class Usage Examples

Méthodes publiques

Méthode Description
Start ( VideoChat videoChat, Action callback ) : void
Stop ( Action callback ) : void

Private Methods

Méthode Description
SwitchAudioDevice ( object sender, SelectionChangedEventArgs e ) : void
SwitchVideoDevice ( object sender, SelectionChangedEventArgs e ) : void
UpdateSelectedAudioDevice ( AudioDeviceNumberChangedArgs e ) : void
UpdateSelectedVideoDevice ( VideoDeviceNumberChangedArgs e ) : void

Method Details

Start() public méthode

public Start ( VideoChat videoChat, Action callback ) : void
videoChat VideoChat
callback Action
Résultat void

Stop() public méthode

public Stop ( Action callback ) : void
callback Action
Résultat void