WIP. Handling multiple media directories
This commit is contained in:
@@ -54,6 +54,7 @@ AudioWidget::playTrack(boost::filesystem::path p)
|
||||
|
||||
Transcode::InputMediaFile inputFile(p);
|
||||
|
||||
// TODO get the input stream bitrate and min the result with the desired bitrate
|
||||
Transcode::Parameters parameters(inputFile, Transcode::Format::get(Transcode::Format::OGA), bitrate);
|
||||
|
||||
_mediaPlayer->load( parameters );
|
||||
|
||||
Reference in New Issue
Block a user