25#ifndef SFEMOVIE_SAMPLE_STREAM_SELECTOR_HPP
26#define SFEMOVIE_SAMPLE_STREAM_SELECTOR_HPP
28#include <sfeMovie/Movie.hpp>
47 std::map<sfe::MediaType, int> m_selectedStreamIndexes;
48 std::map<sfe::MediaType, const sfe::Streams*> m_streams;
void selectNextStream(sfe::MediaType type)
Select the next found stream of the given type from the movie given at construction.
Definition StreamSelector.cpp:55
StreamSelector(sfe::Movie &movie)
Initial setup is to select the first video and audio stream, and no subtitle stream.
Definition StreamSelector.cpp:29