C# 클래스 MissionPlanner.OSDVideo

파일 보기 프로젝트 열기: ArduPilot/MissionPlanner

공개 프로퍼티들

프로퍼티 타입 설명
DSplugin bool
flightdata CurrentState>.Dictionary
image Bitmap
m_Dropped int
startlogtime DateTime
videopos DateTime

공개 메소드들

메소드 설명
GetBitMap ( ) : IntPtr

capture the next image

OSDVideo ( ) : System
OSDVideo_camimage ( Image camimage ) : void
Pause ( ) : void
Start ( ) : void
addframe ( object bmp ) : void
dolog ( ) : void
gethud ( Bitmap bmpin, double time ) : Bitmap
timer ( ) : void
writeconsole ( string input ) : void

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
BUT_start_Click ( object sender, EventArgs e ) : void
BUT_tlogfile_Click ( object sender, EventArgs e ) : void
BUT_vidfile_Click ( object sender, EventArgs e ) : void
CHK_fullres_CheckedChanged ( object sender, EventArgs e ) : void
ConfigureSampleGrabber ( ISampleGrabber sampGrabber ) : void
GetAudioStreams ( string filename ) : List
GetCurrentFilePath ( Control ctl ) : String
GetFileName ( String filter, Control ctl ) : String
GetFrameRate ( string filename ) : double
ISampleGrabberCB ( double SampleTime, IMediaSample pSample ) : int

sample callback, NOT USED.

ISampleGrabberCB ( double SampleTime, IntPtr pBuffer, int BufferLen ) : int

buffer callback, COULD BE FROM FOREIGN THREAD.

InitializeComponent ( ) : void

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

OSDVideo_FormClosing ( object sender, FormClosingEventArgs e ) : void
SaveSizeInfo ( ISampleGrabber sampGrabber ) : void
StartCapture ( ) : void
loadconfig ( ) : void
saveconfig ( ) : void
startup ( ) : void
trackBar1_Scroll ( object sender, EventArgs e ) : void
trackBar_mediapos_Scroll ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

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

GetBitMap() 공개 메소드

capture the next image
public GetBitMap ( ) : IntPtr
리턴 IntPtr

OSDVideo() 공개 메소드

public OSDVideo ( ) : System
리턴 System

OSDVideo_camimage() 공개 메소드

public OSDVideo_camimage ( Image camimage ) : void
camimage Image
리턴 void

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

addframe() 공개 메소드

public addframe ( object bmp ) : void
bmp object
리턴 void

dolog() 공개 메소드

public dolog ( ) : void
리턴 void

gethud() 공개 메소드

public gethud ( Bitmap bmpin, double time ) : Bitmap
bmpin Bitmap
time double
리턴 Bitmap

timer() 공개 메소드

public timer ( ) : void
리턴 void

writeconsole() 공개 메소드

public writeconsole ( string input ) : void
input string
리턴 void

프로퍼티 상세

DSplugin 공개적으로 프로퍼티

public bool DSplugin
리턴 bool

flightdata 공개적으로 프로퍼티

public Dictionary flightdata
리턴 CurrentState>.Dictionary

image 공개적으로 프로퍼티

public Bitmap image
리턴 Bitmap

m_Dropped 공개적으로 프로퍼티

public int m_Dropped
리턴 int

startlogtime 공개적으로 프로퍼티

public DateTime startlogtime
리턴 DateTime

videopos 공개적으로 프로퍼티

public DateTime videopos
리턴 DateTime