A B C D E F G H I L M N O P R S T U V W

W

WAVE_FORMAT - interface org.jouvieje.bass.defines.WAVE_FORMAT.
defines for formats field of BASS_RECORDINFO (from MMSYSTEM.H) [NAME] WAVE_FORMAT
WAVE_FORMAT_1M08 - Static variable in interface org.jouvieje.bass.defines.WAVE_FORMAT
11.025 kHz, Mono, 8-bit
WAVE_FORMAT_1M16 - Static variable in interface org.jouvieje.bass.defines.WAVE_FORMAT
11.025 kHz, Mono, 16-bit
WAVE_FORMAT_1S08 - Static variable in interface org.jouvieje.bass.defines.WAVE_FORMAT
11.025 kHz, Stereo, 8-bit
WAVE_FORMAT_1S16 - Static variable in interface org.jouvieje.bass.defines.WAVE_FORMAT
11.025 kHz, Stereo, 16-bit
WAVE_FORMAT_2M08 - Static variable in interface org.jouvieje.bass.defines.WAVE_FORMAT
22.05 kHz, Mono, 8-bit
WAVE_FORMAT_2M16 - Static variable in interface org.jouvieje.bass.defines.WAVE_FORMAT
22.05 kHz, Mono, 16-bit
WAVE_FORMAT_2S08 - Static variable in interface org.jouvieje.bass.defines.WAVE_FORMAT
22.05 kHz, Stereo, 8-bit
WAVE_FORMAT_2S16 - Static variable in interface org.jouvieje.bass.defines.WAVE_FORMAT
22.05 kHz, Stereo, 16-bit
WAVE_FORMAT_4M08 - Static variable in interface org.jouvieje.bass.defines.WAVE_FORMAT
44.1 kHz, Mono, 8-bit
WAVE_FORMAT_4M16 - Static variable in interface org.jouvieje.bass.defines.WAVE_FORMAT
44.1 kHz, Mono, 16-bit
WAVE_FORMAT_4S08 - Static variable in interface org.jouvieje.bass.defines.WAVE_FORMAT
44.1 kHz, Stereo, 8-bit
WAVE_FORMAT_4S16 - Static variable in interface org.jouvieje.bass.defines.WAVE_FORMAT
44.1 kHz, Stereo, 16-bit
WIN32 - Static variable in interface org.jouvieje.bass.defines.PLATFORMS
 
WIN64 - Static variable in interface org.jouvieje.bass.defines.PLATFORMS
 
writeByte(RandomAccessFile, byte) - Static method in class org.jouvieje.bass.misc.FileWriterUtils
Write a simple byte into the file.
writeByteArray(RandomAccessFile, byte[]) - Static method in class org.jouvieje.bass.misc.FileWriterUtils
Write an entire byte[] into the file.
writeByteArray(RandomAccessFile, byte[], int, int) - Static method in class org.jouvieje.bass.misc.FileWriterUtils
Write a part of a byte[] into the file.
writeByteBuffer(RandomAccessFile, ByteBuffer) - Static method in class org.jouvieje.bass.misc.FileWriterUtils
Write an entire ByteBuffer into a file.
writeByteBuffer(RandomAccessFile, ByteBuffer, int) - Static method in class org.jouvieje.bass.misc.FileWriterUtils
Write a part of a ByteBuffer into a file.
writeChar(RandomAccessFile, char) - Static method in class org.jouvieje.bass.misc.FileWriterUtils
Convert the char in 2 bytes and write them into the file.
writeDouble(RandomAccessFile, double) - Static method in class org.jouvieje.bass.misc.FileWriterUtils
Convert the double in 8 bytes and write them into the file.
writeFloat(RandomAccessFile, float) - Static method in class org.jouvieje.bass.misc.FileWriterUtils
Convert the float in 4 bytes and write them into the file.
writeInt(RandomAccessFile, int) - Static method in class org.jouvieje.bass.misc.FileWriterUtils
Convert the int in 4 bytes and write them into the file.
writeLong(RandomAccessFile, long) - Static method in class org.jouvieje.bass.misc.FileWriterUtils
Convert the long in 8 bytes and write them into the file.
writeShort(RandomAccessFile, short) - Static method in class org.jouvieje.bass.misc.FileWriterUtils
Convert the short in 2 bytes and write them into the file.

A B C D E F G H I L M N O P R S T U V W
NativeBass is an Open Source Project under GNU LGPL License
NativeBass Project - © Copyright 2007-2008 - Jérôme Jouvie (Jouvieje)
http://jerome.jouvie.free.fr/ - jerome.jouvie@gmail.com

(Documentation Copyright © Ian Luck - BASS - http://www.un4seen.com)