C# Класс MissionPlanner.OSDVideo

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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