Searched refs:GetDefaultMimeType (Results 1 – 2 of 2) sorted by relevance
174 …if (!Settings::GetInstance().GetDefaultMimeType().empty() && GetProperty(PVR_STREAM_PROPERTY_MIMET… in SetStreamURL()175 AddProperty(PVR_STREAM_PROPERTY_MIMETYPE, Settings::GetInstance().GetDefaultMimeType()); in SetStreamURL()
162 const std::string& GetDefaultMimeType() const { return m_defaultMimeType; } in GetDefaultMimeType() function