Represents async live media conversion task.
Inheritance Hierarchy
NReco.VideoConverterConvertLiveMediaTask
Namespace: NReco.VideoConverter
Assembly: NReco.VideoConverter (in NReco.VideoConverter.dll) Version: 1.2.0
Syntax
The ConvertLiveMediaTask type exposes the following members.
Methods
Name | Description | |
---|---|---|
Abort |
Abort live stream conversions process
| |
CopyFromStdOut | ||
CopyToStdIn | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Start |
Start live stream conversion
| |
Stop |
Stop live stream conversion process
| |
Stop(Boolean) |
Stop live stream conversion process and optionally force ffmpeg to quit
| |
ToString | (Inherited from Object.) | |
Wait |
Wait until live stream conversion is finished (input stream ended)
| |
Write |
Write input data into conversion stream
|
Fields
Name | Description | |
---|---|---|
OutputDataReceived |
See Also