ConvertLiveMediaTask Class

NReco.VideoConverter Class Library Documentation
Represents async live media conversion task.
Inheritance Hierarchy

SystemObject
  NReco.VideoConverterConvertLiveMediaTask

Namespace:  NReco.VideoConverter
Assembly:  NReco.VideoConverter (in NReco.VideoConverter.dll) Version: 1.2.0
Syntax

public class ConvertLiveMediaTask

The ConvertLiveMediaTask type exposes the following members.

Methods

  NameDescription
Public methodAbort
Abort live stream conversions process
Protected methodCopyFromStdOut
Protected methodCopyToStdIn
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStart
Start live stream conversion
Public methodStop
Stop live stream conversion process
Public methodStop(Boolean)
Stop live stream conversion process and optionally force ffmpeg to quit
Public methodToString (Inherited from Object.)
Public methodWait
Wait until live stream conversion is finished (input stream ended)
Public methodWrite
Write input data into conversion stream
Top
Fields

  NameDescription
Public fieldOutputDataReceived
Top
See Also

Reference