audio: Add some properties to AudioSound
This commit is contained in:
parent
2b29c757d9
commit
ab5730831c
|
|
@ -123,6 +123,14 @@ PUBLISHED:
|
|||
virtual void output(std::ostream &out) const;
|
||||
virtual void write(std::ostream &out) const;
|
||||
|
||||
PUBLISHED:
|
||||
MAKE_PROPERTY(time, get_time, set_time);
|
||||
MAKE_PROPERTY(volume, get_volume, set_volume);
|
||||
MAKE_PROPERTY(balance, get_balance, set_balance);
|
||||
MAKE_PROPERTY(play_rate, get_play_rate, set_play_rate);
|
||||
MAKE_PROPERTY(active, get_active, set_active);
|
||||
MAKE_PROPERTY(name, get_name);
|
||||
|
||||
protected:
|
||||
AudioSound();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue