Inheritance diagram for DzVideoExporter:

Methods | |
| String | getDescription () |
| String | getExtension () |
| Boolean | isFileExporter () |
| DzError | saveClip (String filename, DzVideoClip clip, DzFileIOSettings options) |
| DzError | saveClip (String filename, DzVideoClip clip) |
| String DzVideoExporter::getDescription | ( | ) |
| String DzVideoExporter::getExtension | ( | ) |
| Boolean DzVideoExporter::isFileExporter | ( | ) |
| DzError DzVideoExporter::saveClip | ( | String | filename, | |
| DzVideoClip | clip, | |||
| DzFileIOSettings | options | |||
| ) |
Writes the file.
| filename | The name of the file to save the video to. | |
| clip | Video clip to save to file. |
| DzError DzVideoExporter::saveClip | ( | String | filename, | |
| DzVideoClip | clip | |||
| ) |
Writes the file.
| filename | The name of the file to save the video to. | |
| clip | Video clip to save to file. |