Wt::Audio::Event Class Reference

#include <audio.h>

Collaboration diagram for Wt::Audio::Event:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Event (Channel *channel, Chunk *chunk)
Channelchannel () const
Chunkchunk () const

Private Attributes

Channelchannel_
Chunkchunk_

Detailed Description

Definition at line 179 of file audio.h.


Constructor & Destructor Documentation

Wt::Audio::Event::Event ( Channel channel,
Chunk chunk 
) [inline]

Definition at line 181 of file audio.h.

00181                                               :
00182                 channel_(channel),
00183         chunk_(chunk) {}


Member Function Documentation

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         }


Member Data Documentation

Channel* Wt::Audio::Event::channel_ [private]

Definition at line 194 of file audio.h.

Referenced by channel().

Chunk* Wt::Audio::Event::chunk_ [private]

Definition at line 195 of file audio.h.

Referenced by chunk().


The documentation for this class was generated from the following file:

Generated Fri Jul 28 19:25:48 2006.
Copyright © 1998-2003 by the respective authors.

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.