Breakable training, added cache
This commit is contained in:
@@ -48,9 +48,7 @@ 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;;
|
||||
|
||||
TranscodeParameters() = default;
|
||||
boost::optional<std::chrono::seconds> offset = boost::none;
|
||||
};
|
||||
|
||||
class Transcoder
|
||||
|
||||
Reference in New Issue
Block a user