22 static std::shared_ptr<CDVDInputStream> CreateInputStream(
IVideoPlayer* pPlayer,
const CFileItem &fileitem,
bool scanforextaudio =
false);
23 static std::shared_ptr<CDVDInputStream> CreateInputStream(
IVideoPlayer* pPlayer,
const CFileItem &fileitem,
const std::vector<std::string>& filenames);
Definition: IVideoPlayer.h:28
Represents a file on a share.
Definition: FileItem.h:102