프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
public OSDVideo_camimage ( Image camimage ) : void | ||
camimage | Image | |
리턴 | void |
public gethud ( Bitmap bmpin, double time ) : Bitmap | ||
bmpin | Bitmap | |
time | double | |
리턴 | Bitmap |