Re: Getting the length in seconds of a track
Re: Getting the length in seconds of a track
- Subject: Re: Getting the length in seconds of a track
- From: tahome izwah <email@hidden>
- Date: Thu, 4 Nov 2010 01:44:32 +0100
SInt64 nf=0;
UInt32 propSize = sizeof(SInt64);
OSStatus err = ExtAudioFileGetProperty(extAFRef,
kExtAudioFileProperty_FileLengthFrames, &propSize, &nf);
HTH
--th
2010/11/4 Development <email@hidden>:
>
> I'm having a hard time finding information on how I would determine the number of seconds a sound is via coreaudio. Is there something I'm missing?
>
>
>
> April _______________________________________________
_______________________________________________
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