X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fclient.h;h=d76a9149afc9d6dc4e11fc32a57d889a11f06093;hb=57fa1e2b4cba16ab023aba0b5ec4a5ee9c1307f8;hp=f1f4dc15ed319c6312cfef6fc3bbbd0de1ef2892;hpb=4761421e3fb681e9924cef5e72e5b2928051f2e2;p=xinema.git diff --git a/source/client.h b/source/client.h index f1f4dc1..d76a914 100644 --- a/source/client.h +++ b/source/client.h @@ -29,6 +29,7 @@ private: void end_of_stream(); XineStream &get_stream() const; + int convert_channel(const std::string &); void process_command(const std::string &); void send_reply(const std::string &); void list_directory(const Msp::FS::Path &); @@ -39,6 +40,9 @@ private: void stream_title_changed(const std::string &); void stream_duration_changed(const Msp::Time::TimeDelta &); void stream_position_changed(const Msp::Time::TimeDelta &); + void stream_channels_changed(); + void stream_audio_channel_changed(int); + void stream_spu_channel_changed(int); }; #endif