Settings for the DirectShowEngine.
More...
Inherits RecordingSettings.
|
| static string[] | GetAvailableCodecs () |
| | Gets the available codecs currently installed in the system.
|
| |
|
| string | Codec [get, set] |
| | Gets or sets the name of the Codec to use.
|
| |
| bool | UseMetadata [get, set] |
| | Gets or sets whether text metadata is to be written into the stream.
|
| |
| double | FrameRate [get, set] |
| | Gets or sets the frame rate the video uses for playback.
|
| |
Settings for the DirectShowEngine.
◆ GetAvailableCodecs()
| static string[] GetAvailableCodecs |
( |
| ) |
|
|
static |
Gets the available codecs currently installed in the system.
- Returns
- Array containing the names of the codecs.
◆ Codec
Gets or sets the name of the Codec to use.
- Exceptions
-
| ArgumentException | Given value is not found in the list of installed Codecs. |
◆ UseMetadata
Gets or sets whether text metadata is to be written into the stream.
Default is false as some players reject video streams containing text metadata.