C# Class WPFDemo.Window1

iConf.NET SDK WPF Demo IP 2 IP .NET framework 4.0
Inheritance: System.Windows.Window
Mostra file Open project: avspeed/iConf.NET-SDK-Demos

Public Methods

Method Description
Window1 ( ) : System.Collections

Private Methods

Method Description
LoadVideoDevices ( ) : void
ProcessIncomingCall ( string authenticationData, int socketHandle, string callbackid, string callbackipaddress, int callbackvideoport, int callbackaudiotcpport, int callbackaudiudpport ) : void
Window_Closing ( object sender, System e ) : void
Window_Loaded ( object sender, RoutedEventArgs e ) : void
btnCall_Click ( object sender, RoutedEventArgs e ) : void
cbDevices_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
icServer_IncomingCall ( object sender, string authenticationData, int socketHandle, string callbackid, string callbackipaddress, int callbackvideoport, int callbackaudiotcpport, int callbackaudiudpport ) : void
icServer_VideoPreviewStarted ( int videoWidth, int videoHeight, string deviceName ) : void

Method Details

Window1() public method

public Window1 ( ) : System.Collections
return System.Collections