11 #include "cores/VideoPlayer/Interface/StreamInfo.h"    12 #include "guilib/guiinfo/IGUIInfoProvider.h"    33                         std::string* fallback)
 override    39   { m_audioInfo = audioInfo, m_videoInfo = videoInfo, m_subtitleInfo = subtitleInfo; }
 Definition: StreamInfo.h:65
void UpdateAVInfo(const AudioStreamInfo &audioInfo, const VideoStreamInfo &videoInfo, const SubtitleStreamInfo &subtitleInfo) override
Set new audio/video stream info data. 
Definition: GUIInfoProvider.h:38
Definition: IGUIInfoProvider.h:28
Definition: GUIInfoProvider.h:23
Definition: StreamInfo.h:55
Definition: StreamInfo.h:62
Definition: AudioDecoder.h:18
bool GetFallbackLabel(std::string &value, const CFileItem *item, int contextWindow, const CGUIInfo &info, std::string *fallback) override
Get a GUIInfoManager label fallback string. Will be called if none of the registered provider's GetLa...
Definition: GUIInfoProvider.h:29
Represents a file on a share. 
Definition: FileItem.h:102