X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fschannel.h;h=9a7712d72f80b60548da4559d1745237bdbf7e4b;hb=04fac8083a2bed8f866b608c60897c1d69b7aaf5;hp=dd77f1a069cfd0268cf5ef7ed122293c70ddd48e;hpb=a6b59671a49e2b0ec91c8a0fbbfe4804ca126f24;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/schannel.h b/libchimara/schannel.h index dd77f1a..9a7712d 100644 --- a/libchimara/schannel.h +++ b/libchimara/schannel.h @@ -28,6 +28,11 @@ struct glk_schannel_struct /* Whether channel is paused */ gboolean paused; + /* Volume change information */ + double target_volume; + long target_time_sec, target_time_usec; + glui32 volume_notify; + #ifdef GSTREAMER_SOUND /* Each sound channel is represented as a GStreamer pipeline. */ GstElement *pipeline, *source, *typefind, *demux, *decode, *convert, *filter, *sink;