Click or drag to resize
Accord.NET (logo)

VideoCapabilities Class

Capabilities of video device such as frame size and frame rate.
Inheritance Hierarchy
SystemObject
  Accord.Video.DirectShowVideoCapabilities

Namespace:  Accord.Video.DirectShow
Assembly:  Accord.Video.DirectShow (in Accord.Video.DirectShow.dll) Version: 3.8.0
Syntax
public class VideoCapabilities
Request Example View Source

The VideoCapabilities type exposes the following members.

Properties
  NameDescription
Public propertyFrameRate Obsolete.
Frame rate supported by video device for corresponding frame size.
Top
Methods
  NameDescription
Public methodEquals(Object)
Check if the video capability equals to the specified object.
(Overrides ObjectEquals(Object).)
Public methodEquals(VideoCapabilities)
Check if two video capabilities are equal.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Get hash code of the object.
(Overrides ObjectGetHashCode.)
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 methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Equality operator.
Public operatorStatic memberInequality
Inequality operator.
Top
Fields
  NameDescription
Public fieldAverageFrameRate
Average frame rate of video device for corresponding frame size.
Public fieldBitCount
Number of bits per pixel provided by the camera.
Public fieldFrameSize
Frame size supported by video device.
Public fieldMaximumFrameRate
Maximum frame rate of video device for corresponding frame size.
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