C# Class Appspotdemo.Mono.Droid.AppRTCDemoActivity.PCObserver

Inheritance: Java.Lang.Object, PeerConnection.IObserver
Afficher le fichier Open project: kenneththorman/appspotdemo-mono

Méthodes publiques

Méthode Description
OnAddStream ( Org.Webrtc.MediaStream stream ) : void
OnDataChannel ( Org.Webrtc.DataChannel dc ) : void
OnError ( ) : void
OnIceCandidate ( Org.Webrtc.IceCandidate candidate ) : void
OnIceConnectionChange ( PeerConnection newState ) : void
OnIceGatheringChange ( PeerConnection newState ) : void
OnRemoveStream ( Org.Webrtc.MediaStream stream ) : void
OnSignalingChange ( PeerConnection newState ) : void
PCObserver ( AppRTCDemoActivity outerInstance ) : System.Collections.Generic

Method Details

OnAddStream() public méthode

public OnAddStream ( Org.Webrtc.MediaStream stream ) : void
stream Org.Webrtc.MediaStream
Résultat void

OnDataChannel() public méthode

public OnDataChannel ( Org.Webrtc.DataChannel dc ) : void
dc Org.Webrtc.DataChannel
Résultat void

OnError() public méthode

public OnError ( ) : void
Résultat void

OnIceCandidate() public méthode

public OnIceCandidate ( Org.Webrtc.IceCandidate candidate ) : void
candidate Org.Webrtc.IceCandidate
Résultat void

OnIceConnectionChange() public méthode

public OnIceConnectionChange ( PeerConnection newState ) : void
newState PeerConnection
Résultat void

OnIceGatheringChange() public méthode

public OnIceGatheringChange ( PeerConnection newState ) : void
newState PeerConnection
Résultat void

OnRemoveStream() public méthode

public OnRemoveStream ( Org.Webrtc.MediaStream stream ) : void
stream Org.Webrtc.MediaStream
Résultat void

OnSignalingChange() public méthode

public OnSignalingChange ( PeerConnection newState ) : void
newState PeerConnection
Résultat void

PCObserver() public méthode

public PCObserver ( AppRTCDemoActivity outerInstance ) : System.Collections.Generic
outerInstance AppRTCDemoActivity
Résultat System.Collections.Generic