메소드 | 설명 | |
---|---|---|
AVIFileExVideoSource ( ) : System |
Initializes a new instance of the AVIFileVideoSource class.
|
|
AVIFileExVideoSource ( string source ) : System |
Initializes a new instance of the AVIFileVideoSource class.
|
|
SignalToStop ( ) : void |
Signal video source to stop its work. Signals video source to stop its background thread, stop to provide new frames and free resources. |
|
Start ( ) : void |
Start video source. Start video source and return execution to caller. Video source object creates background thread and notifies about new frames with the help of NewFrame event. |
|
Stop ( ) : void |
Stop video source. Stops video source aborting its thread. |
|
WaitForStop ( ) : void |
Wait for video source has stopped. Waits for source stopping after it was signalled to stop using SignalToStop method. |
|
WorkerThread ( ) : void |
Worker thread.
|
메소드 | 설명 | |
---|---|---|
Free ( ) : void |
Free resource.
|
public AVIFileExVideoSource ( string source ) : System | ||
source | string | Video file name. |
리턴 | System |