Click or drag to resize
Accord.NET (logo)

VideoFileReader Class

Inheritance Hierarchy
SystemObject
  Accord.Video.FFMPEGVideoFileReader

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

The VideoFileReader type exposes the following members.

Constructors
  NameDescription
Public methodVideoFileReader
Initializes a new instance of the VideoFileReader class
Top
Properties
Methods
  NameDescription
Public methodClose
Public methodDispose
Releases all resources used by the VideoFileReader
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the VideoFileReader 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 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
Public methodReadVideoFrame
Public methodReadVideoFrame(BitmapData)
Public methodReadVideoFrame(Int32)
Public methodReadVideoFrame(Int32, BitmapData)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
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