Query: sdl::mixer::mixchunk
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
pods::SDL::Mixer::MixChunk(3pm) User Contributed Perl Documentation pods::SDL::Mixer::MixChunk(3pm)NAMESDL::Mixer::MixChunk -- SDL Bindings for structure SDL_MixChunkCATEGORYMixer, StructureSYNOPSISuse 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);DESCRIPTIONStores audio data in memory. Note: It's a bad idea to free a chunk that is still being played...METHODSalen length of audio data in bytes volume Per-sample volume, 0-128 (normally "MIX_MAX_VOLUME" after loading)AUTHORSSee "AUTHORS" in SDL. perl v5.14.2 2012-05-28 pods::SDL::Mixer::MixChunk(3pm)
Related Man Pages |
---|
sdl::mixer(3) - suse |
sdl::cdtrack(3pm) - debian |
sdl::mpeg(3pm) - debian |
sdl::mixer(3pm) - debian |
sdl::mixer::effects(3pm) - debian |