C# 클래스 ELTE_OCX.ELTE_player

파일 보기 프로젝트 열기: eSDK/esdk_elte 1 사용 예제들

공개 메소드들

메소드 설명
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

播放视频

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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.

메소드 상세

Dispose() 보호된 메소드

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

ELTE_player() 공개 메소드

public ELTE_player ( ) : System
리턴 System

VideoPlayClose() 공개 메소드

关闭卸载播放器
public VideoPlayClose ( ) : bool
리턴 bool

load_OCX() 공개 메소드

加载OCX控件
public load_OCX ( ) : bool
리턴 bool

showPlay() 공개 메소드

显示视频
public showPlay ( string resourceID, string localXml, string remoteXml ) : bool
resourceID string
localXml string
remoteXml string
리턴 bool

showToolBar() 공개 메소드

显示工具栏
public showToolBar ( int pToolBar ) : bool
pToolBar int 0,不显示,1显示
리턴 bool

startPlay() 공개 메소드

播放视频
public startPlay ( string cameraNo, string videoXml ) : bool
cameraNo string
videoXml string
리턴 bool