Settings for initializing a direct show engine recorder. More...
Inherits RecordingSettings.
Public Member Functions | |
| None | DirectShowSettings (self) |
| Instantiates a DirectShowSettings object. | |
| List[str] | available_codecs (self) |
| Gets the available codecs currently installed in the system. | |
Public Member Functions inherited from RecordingSettings | |
| int | engine_type (self) |
| Gets the engine type. | |
Properties | |
| codec = property | |
| str: Gets or sets the name of the codec to use. | |
| use_meta_data = property | |
| bool: Gets or sets whether text metadata is to be written into the stream. | |
Properties inherited from RecordingSettings | |
| frame_rate = property | |
| float: Gets or sets the frame rate the video uses for playback. | |
Settings for initializing a direct show engine recorder.
| List[str] available_codecs | ( | self | ) |
Gets the available codecs currently installed in the system.
List[str] A list containing the names of the codecs.
|
static |
bool: 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.