Settings for initializing a direct show engine recorder.
More...
#include <cvb/movie2/recording_settings.hpp>
Inherits RecordingSettings.
Settings for initializing a direct show engine recorder.
- Examples
- Movie2/QtMovie2.
◆ AvailableCodecs()
Gets the available codecs currently installed in the system.
- Returns
- List containing the names of the codecs.
- Exceptions
-
◆ Codec()
Gets the name of the codec to use.
- Returns
- The codec name.
- Exceptions
-
◆ SetCodec()
void SetCodec |
( |
const String & |
name | ) |
|
|
inline |
Sets the name of the codec to use.
- Parameters
-
[in] | name | The new codec name. |
- Exceptions
-
◆ SetUseMetaData()
void SetUseMetaData |
( |
bool |
useMetaData | ) |
|
|
inlinenoexcept |
Sets whether text metadata is to be written into the stream.
- Parameters
-
[in] | useMetaData | True to write metadata, false otherwise. |
- Exceptions
-
Does | not throw any exception. |
Default is false as some players reject video streams containing text metadata.
◆ UseMetaData()
bool UseMetaData |
( |
| ) |
const |
|
inlinenoexcept |
Gets whether text metadata is to be written into the stream.
- Returns
- True if metadata is written, false otherwise.
- Exceptions
-
Does | not throw any exception. |
Default is false as some players reject video streams containing text metadata.