C# Class ELTE_OCX.ELTE_player

Afficher le fichier Open project: eSDK/esdk_elte Class Usage Examples

Méthodes publiques

Méthode Description
ELTE_player ( ) : System
VideoPlayClose ( ) : bool

关闭卸载播放器

load_OCX ( ) : bool

加载OCX控件

showPlay ( string resourceID, string localXml, string remoteXml ) : bool

显示视频

showToolBar ( int pToolBar ) : bool

显示工具栏

startPlay ( string cameraNo, string videoXml ) : bool

播放视频

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ELTE_player_FormClosing ( object sender, FormClosingEventArgs e ) : void

关闭窗口

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

ELTE_player() public méthode

public ELTE_player ( ) : System
Résultat System

VideoPlayClose() public méthode

关闭卸载播放器
public VideoPlayClose ( ) : bool
Résultat bool

load_OCX() public méthode

加载OCX控件
public load_OCX ( ) : bool
Résultat bool

showPlay() public méthode

显示视频
public showPlay ( string resourceID, string localXml, string remoteXml ) : bool
resourceID string
localXml string
remoteXml string
Résultat bool

showToolBar() public méthode

显示工具栏
public showToolBar ( int pToolBar ) : bool
pToolBar int 0,不显示,1显示
Résultat bool

startPlay() public méthode

播放视频
public startPlay ( string cameraNo, string videoXml ) : bool
cameraNo string
videoXml string
Résultat bool