DirectShowSettings Class

CVB.Net Documentation
Settings for the DirectShowEngine.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Movie2.RecordingEngineRecordingSettings
    Stemmer.Cvb.Movie2.RecordingEngineDirectShowSettings

Namespace:  Stemmer.Cvb.Movie2.RecordingEngine
Assembly:  Stemmer.Cvb.Movie2 (in Stemmer.Cvb.Movie2.dll) Version: 14.0.0.0
Syntax

public class DirectShowSettings : RecordingSettings

The DirectShowSettings type exposes the following members.

Constructors

  NameDescription
Public methodDirectShowSettings
Initializes a new instance of the DirectShowSettings class
Top
Properties

  NameDescription
Public propertyCodec
Gets or sets the name of the Codec to use.
Public propertyFrameRate
Gets or sets the frame rate the video uses for playback.
(Inherited from RecordingSettings.)
Public propertyUseMetadata
Gets or sets whether text metadata is to be written into the stream.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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 methodStatic memberGetAvailableCodecs
Gets the available codecs currently installed in the system.
Public methodGetHashCode
Serves as a hash function for a particular type.
(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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference