X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fclient.h;h=d76a9149afc9d6dc4e11fc32a57d889a11f06093;hb=afa557f5c0b0debaaaf6c4c777ccc2ba10965c50;hp=671290e1b86cf4f65dea17675957e99a6fb8ac77;hpb=a4982bb4d3fd9908aa01c824ac6202ac8618ac24;p=xinema.git diff --git a/source/client.h b/source/client.h index 671290e..d76a914 100644 --- a/source/client.h +++ b/source/client.h @@ -29,11 +29,10 @@ 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 &); - void set_audio_channel(const std::string &); - void set_spu_channel(const std::string &); void stream_created(XineStream &); void stream_destroyed(); @@ -42,6 +41,8 @@ private: 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