X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fservice%2Fservicemp3.h;h=00dd5ca0cb374385f385390bb7f5bd8260e46fab;hb=377c2adbf11ed3b293bced1a4195cefd8aa6110f;hp=365b99634303f3d1bb0463ab0c65552f5765986e;hpb=d7b2882048325bcddf00e9d19faa2e728fb7ca5b;p=vuplus_dvbapp diff --git a/lib/service/servicemp3.h b/lib/service/servicemp3.h index 365b996..00dd5ca 100644 --- a/lib/service/servicemp3.h +++ b/lib/service/servicemp3.h @@ -173,11 +173,16 @@ public: { } }; + struct errorInfo + { + std::string error_message; + std::string missing_codec; + }; + private: static int pcm_delay; static int ac3_delay; int m_currentAudioStream; - bool m_audioStream_manually_changed; int m_currentSubtitleStream; int selectAudioStream(int i); std::vector m_audioStreams; @@ -189,7 +194,11 @@ private: friend class eServiceFactoryMP3; eServiceReference m_ref; int m_buffer_size; + //vuplus + int m_is_hls_stream; + bufferInfo m_bufferInfo; + errorInfo m_errorInfo; eServiceMP3(eServiceReference ref); Signal2 m_event; enum @@ -221,7 +230,6 @@ private: }; eFixedMessagePump m_pump; - std::string m_error_message; audiotype_t gstCheckAudioPad(GstStructure* structure); void gstBusCall(GstBus *bus, GstMessage *msg);