X-Git-Url: http://git.tdb.fi/?p=xinema.git;a=blobdiff_plain;f=source%2Fclient.h;h=671290e1b86cf4f65dea17675957e99a6fb8ac77;hp=f1f4dc15ed319c6312cfef6fc3bbbd0de1ef2892;hb=a4982bb4d3fd9908aa01c824ac6202ac8618ac24;hpb=493b09323c6b07ea66ba3f4725c1f1831fd98222 diff --git a/source/client.h b/source/client.h index f1f4dc1..671290e 100644 --- a/source/client.h +++ b/source/client.h @@ -32,6 +32,8 @@ private: 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(); @@ -39,6 +41,7 @@ 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(); }; #endif