Click or drag to resize
Accord.NET (logo)

VideoFileWriter Class

Inheritance Hierarchy
SystemObject
  Accord.Video.FFMPEGVideoFileWriter

Namespace:  Accord.Video.FFMPEG
Assembly:  Accord.Video.FFMPEG (in Accord.Video.FFMPEG.dll) Version: 3.8.0
Syntax
public class VideoFileWriter : IDisposable
Request Example View Source

The VideoFileWriter type exposes the following members.

Constructors
  NameDescription
Public methodVideoFileWriter
Initializes a new instance of the VideoFileWriter class
Top
Properties
Methods
  NameDescription
Public methodClose
Public methodDispose
Releases all resources used by the VideoFileWriter
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the VideoFileWriter and optionally releases the managed resources
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodFlush
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOpen(String, Int32, Int32)
Public methodOpen(String, Int32, Int32, Rational)
Public methodOpen(String, Int32, Int32, Rational, VideoCodec)
Public methodOpen(String, Int32, Int32, Rational, VideoCodec, Int32)
Public methodOpen(String, Int32, Int32, Rational, VideoCodec, Int32, AudioCodec, Int32, Int32, Int32)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteAudioFrame
Public methodWriteVideoFrame(Bitmap)
Public methodWriteVideoFrame(BitmapData)
Public methodWriteVideoFrame(Bitmap, UInt32)
Public methodWriteVideoFrame(Bitmap, TimeSpan)
Public methodWriteVideoFrame(BitmapData, UInt32)
Top
Extension Methods
  NameDescription
Public Extension MethodHasMethod
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.)
Public Extension MethodIsEqual
Compares two objects for equality, performing an elementwise comparison if the elements are vectors or matrices.
(Defined by Matrix.)
Public Extension MethodTo(Type)Overloaded.
Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.)
Public Extension MethodToTOverloaded.
Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.)
Top
See Also