X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fclient.h;h=d76a9149afc9d6dc4e11fc32a57d889a11f06093;hb=f12432159e6064c5219a4bf264b9b7e752e6471b;hp=f8aeb8238a440f133e9ccfee357449f73edbfab5;hpb=2e629085885b652a10d775695e63bc4892aa2eca;p=xinema.git diff --git a/source/client.h b/source/client.h index f8aeb82..d76a914 100644 --- a/source/client.h +++ b/source/client.h @@ -29,15 +29,20 @@ 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 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(); + void stream_audio_channel_changed(int); + void stream_spu_channel_changed(int); }; #endif