X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fclient.h;h=671290e1b86cf4f65dea17675957e99a6fb8ac77;hb=a4982bb4d3fd9908aa01c824ac6202ac8618ac24;hp=f8aeb8238a440f133e9ccfee357449f73edbfab5;hpb=2e629085885b652a10d775695e63bc4892aa2eca;p=xinema.git diff --git a/source/client.h b/source/client.h index f8aeb82..671290e 100644 --- a/source/client.h +++ b/source/client.h @@ -32,12 +32,16 @@ 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(); void stream_state_changed(XineStream::State); 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