C# Class OSAE.UI.Controls.VideoStreamViewer

Interaction logic for VideoStreamViewer.xaml
Inheritance: System.Windows.Controls.UserControl
显示文件 Open project: opensourceautomation/Open-Source-Automation Class Usage Examples

Public Properties

Property Type Description
ControlHeight double
ControlWidth double
Location Point
screenObject OSAEObject

Public Methods

Method Description
VideoStreamViewer ( string url, OSAEObject obj, string appName ) : System
renameingSys ( string fieldData ) : string

Private Methods

Method Description
UserControl_Unloaded ( object sender, RoutedEventArgs e ) : void
_mjpeg_Error ( object sender, ErrorEventArgs e ) : void
mjpeg_FrameReady ( object sender, FrameReadyEventArgs e ) : void

Method Details

VideoStreamViewer() public method

public VideoStreamViewer ( string url, OSAEObject obj, string appName ) : System
url string
obj OSAEObject
appName string
return System

renameingSys() public method

public renameingSys ( string fieldData ) : string
fieldData string
return string

Property Details

ControlHeight public_oe property

public double ControlHeight
return double

ControlWidth public_oe property

public double ControlWidth
return double

Location public_oe property

public Point Location
return Point

screenObject public_oe property

public OSAEObject screenObject
return OSAEObject