sdl::mixer::mixchunk(3pm) debian man page | unix.com

Man Page: sdl::mixer::mixchunk

Operating Environment: debian

Section: 3pm

pods::SDL::Mixer::MixChunk(3pm) 			User Contributed Perl Documentation			   pods::SDL::Mixer::MixChunk(3pm)

NAME
SDL::Mixer::MixChunk -- SDL Bindings for structure SDL_MixChunk
CATEGORY
Mixer, Structure
SYNOPSIS
use SDL; use SDL::Mixer::MixChunk; my $mix_chunk = SDL::Mixer::Music::load_WAV('sample.wav'); printf("length of audio data is %d bytes ", $mix_chunk->alen); printf("volume is %d ", $mix_chunk->volume);
DESCRIPTION
Stores audio data in memory. Note: It's a bad idea to free a chunk that is still being played...
METHODS
alen length of audio data in bytes volume Per-sample volume, 0-128 (normally "MIX_MAX_VOLUME" after loading)
AUTHORS
See "AUTHORS" in SDL. perl v5.14.2 2012-05-28 pods::SDL::Mixer::MixChunk(3pm)
Related Man Pages
sdl::mixer(3) - suse
sdl::mixer::music(3pm) - debian
sdl::mixer::effects(3pm) - debian
sdl::mixer::samples(3pm) - debian
sdl::rect(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Detecting unused variables...
Find columns in a file based on header and print to new file
My first PERL incarnation... Audio Oscillograph