Forgot to copy list.
On Tue, Mar 31, 2009 at 1:12 PM, Jim Correia wrote:
> On Mar 31, 2009, at 1:32 PM, Patrick Burleson wrote:
>
>> I ran into something I don't quite understand and was hoping to get
>> some enlightenment. There's a method defined on AudioPlayer that goes
>> like this:
>>
>> - (
On Mar 31, 2009, at 1:32 PM, Patrick Burleson wrote:
I ran into something I don't quite understand and was hoping to get
some enlightenment. There's a method defined on AudioPlayer that goes
like this:
- (id) initWithURL: (CFURLRef) fileURL;
[...]
The question I have is on the line:
AudioP
Hello all,
I've been going through the SpeakHere sample code from the iPhone SDK
and trying to repurpose some of the code for what I'm working on.
I ran into something I don't quite understand and was hoping to get
some enlightenment. There's a method defined on AudioPlayer that goes
like this: