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