| Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members |
#include <ik_SAudioStreamFormat.h>
Public Member Functions | |
| ik_s32 | getBytesPerSecond () const |
| returns amount of bytes per second | |
| ik_s32 | getFrameSize () const |
| returns the frame size of the stream data in bytes | |
| ik_s32 | getSampleDataSize () const |
| returns the size of the sample data in bytes | |
| ik_s32 | getSampleSize () const |
| returns the size of a sample of the data described by the stream data in bytes | |
Public Attributes | |
| ik_s32 | ChannelCount |
| channels, 1 for mono, 2 for stereo | |
| ik_s32 | FrameCount |
| amount of frames in the sample data or stream. | |
| ESampleFormat | SampleFormat |
| format of the sample data | |
| ik_s32 | SampleRate |
| samples per second | |
Definition at line 26 of file ik_SAudioStreamFormat.h.
| ik_s32 irrklang::SAudioStreamFormat::getBytesPerSecond | ( | ) | const [inline] |
returns amount of bytes per second
Definition at line 61 of file ik_SAudioStreamFormat.h.
References getFrameSize(), and SampleRate.
| ik_s32 irrklang::SAudioStreamFormat::getFrameSize | ( | ) | const [inline] |
returns the frame size of the stream data in bytes
Definition at line 48 of file ik_SAudioStreamFormat.h.
References ChannelCount, and getSampleSize().
Referenced by getBytesPerSecond(), and getSampleDataSize().
| ik_s32 irrklang::SAudioStreamFormat::getSampleDataSize | ( | ) | const [inline] |
returns the size of the sample data in bytes
Definition at line 55 of file ik_SAudioStreamFormat.h.
References FrameCount, and getFrameSize().
| ik_s32 irrklang::SAudioStreamFormat::getSampleSize | ( | ) | const [inline] |
returns the size of a sample of the data described by the stream data in bytes
Definition at line 42 of file ik_SAudioStreamFormat.h.
References irrklang::ESF_U8, and SampleFormat.
Referenced by getFrameSize().
channels, 1 for mono, 2 for stereo
Definition at line 29 of file ik_SAudioStreamFormat.h.
Referenced by getFrameSize().
amount of frames in the sample data or stream.
If the stream has an unknown lenght, this is -1
Definition at line 33 of file ik_SAudioStreamFormat.h.
Referenced by getSampleDataSize().
format of the sample data
Definition at line 39 of file ik_SAudioStreamFormat.h.
Referenced by getSampleSize().
samples per second
Definition at line 36 of file ik_SAudioStreamFormat.h.
Referenced by getBytesPerSecond().
| The irrKlang
Engine Documentation © 2003-2007 by Nikolaus Gebhardt. Generated
on Sun Oct 12 13:44:51 2008 by Doxygen
(1.5.4) |