#include <icy/av/iencoder.h>Configuration options for audio and video encoders.
| Return | Name | Description |
|---|---|---|
Format | iformat | input media format. |
Format | oformat | output media format. |
std::string | ifile | input file path. |
std::string | ofile | output file path. |
long | duration | duration of time to record in nanoseconds. |
Format iformatinput media format.
Format oformatoutput media format.
std::string ifileinput file path.
std::string ofileoutput file path.
long durationduration of time to record in nanoseconds.
| Return | Name | Description |
|---|---|---|
EncoderOptions inline |
inline
inline EncoderOptions(const Format & iformat, const Format & oformat, const std::string & ifile, const std::string & ofile, long duration)