Misc cleanup
This commit is contained in:
@@ -45,10 +45,10 @@ std::string encodingToMimetype(Encoding encoding);
|
||||
|
||||
struct TranscodeParameters
|
||||
{
|
||||
Encoding encoding = Encoding::MP3;
|
||||
std::size_t bitrate = 128000;
|
||||
boost::optional<std::size_t> stream = boost::none; // Id of the stream to be transcoded (auto detect by default)
|
||||
boost::optional<std::chrono::seconds> offset = boost::none;
|
||||
Encoding encoding {Encoding::MP3};
|
||||
std::size_t bitrate {128000};
|
||||
boost::optional<std::size_t> stream {boost::none}; // Id of the stream to be transcoded (auto detect by default)
|
||||
boost::optional<std::chrono::seconds> offset {boost::none};
|
||||
};
|
||||
|
||||
class Transcoder
|
||||
|
||||
Reference in New Issue
Block a user