iPhone 2.2 - AVAudioPlayer
iPhone 2.2 - AVAudioPlayer
- Subject: iPhone 2.2 - AVAudioPlayer
- From: William Stewart <email@hidden>
- Date: Fri, 21 Nov 2008 17:50:02 -0800
We have introduced with iPhone 2.2 a new class/Obj C API: AVAudioPlayer
The intention of this class is to greatly simplify the task of playing
audio files. The class presents a simple interface
- make an object from a file
- start/stop/pause
- getDuration
- volume
- looping
- get/Set Time
It provides delegates for handling interruptions and for when a file
has finished playing.
Using the get/set time you can implement skipping forwards and
backwards quite easily.
It uses audio file and audio queue, so is able to read and play any
supported audio data/file with those services.
All in all we hope it will provide a very functional and useful API
that will greatly simplify the steps needed to simple play an audio
file.
Bill
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden