#include <audio.h>
Collaboration diagram for Wt::Audio::Event:
Public Member Functions | |
Event (Channel *channel, Chunk *chunk) | |
Channel * | channel () const |
Chunk * | chunk () const |
Private Attributes | |
Channel * | channel_ |
Chunk * | chunk_ |
Definition at line 179 of file audio.h.
Channel* Wt::Audio::Event::channel | ( | ) | const [inline] |
Definition at line 185 of file audio.h.
References channel_.
Referenced by Wt::Audio::handleAudioEvent().
00185 { 00186 return channel_; 00187 }
Chunk* Wt::Audio::Event::chunk | ( | ) | const [inline] |
Definition at line 189 of file audio.h.
References chunk_.
Referenced by Wt::Audio::handleAudioEvent().
00189 { 00190 return chunk_; 00191 }
Channel* Wt::Audio::Event::channel_ [private] |
Chunk* Wt::Audio::Event::chunk_ [private] |
This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.