org.jouvieje.bass.defines
Interface BASS_STREAM


public interface BASS_STREAM

[NAME] BASS_STREAM


Field Summary
static int BASS_STREAM_AUTOFREE
          automatically free the stream when it stop/ends
static int BASS_STREAM_BLOCK
          download/play internet file stream in small blocks
static int BASS_STREAM_DECODE
          don't play the stream, only decode (BASS_ChannelGetData)
static int BASS_STREAM_PRESCAN
          enable pin-point seeking/length (MP3/MP2/MP1)
static int BASS_STREAM_RESTRATE
          restrict the download rate of internet file streams
static int BASS_STREAM_STATUS
          give server status info (HTTP/ICY tags) in DOWNLOADPROC
 

Field Detail

BASS_STREAM_PRESCAN

public static final int BASS_STREAM_PRESCAN
enable pin-point seeking/length (MP3/MP2/MP1)

See Also:
Constant Field Values

BASS_STREAM_AUTOFREE

public static final int BASS_STREAM_AUTOFREE
automatically free the stream when it stop/ends

See Also:
Constant Field Values

BASS_STREAM_RESTRATE

public static final int BASS_STREAM_RESTRATE
restrict the download rate of internet file streams

See Also:
Constant Field Values

BASS_STREAM_BLOCK

public static final int BASS_STREAM_BLOCK
download/play internet file stream in small blocks

See Also:
Constant Field Values

BASS_STREAM_DECODE

public static final int BASS_STREAM_DECODE
don't play the stream, only decode (BASS_ChannelGetData)

See Also:
Constant Field Values

BASS_STREAM_STATUS

public static final int BASS_STREAM_STATUS
give server status info (HTTP/ICY tags) in DOWNLOADPROC

See Also:
Constant Field Values


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)