Discussion:
[BitPim-devel] Ringtone Limits
d***@netzero.com
2005-01-21 15:03:02 UTC
Permalink
To summarize the approach:
1. In QueryAudio, phones should set their limits (just MAXSIZE for now).
2. Ringers would display those ringtones that exceed their limits differently.
3. saveringtones would (optionally?) perform a hard check and not send those that exceed their limits.

Is that an accurate summary?

-Joe Pham



______________________________________________________________________
Speed up your surfing with NetZero HiSpeed.
Now includes pop-up blocker!
Only $14.95/month -visit http://www.netzero.com/surf to sign up today!
Roger Binns
2005-01-21 16:26:20 UTC
Permalink
Post by d***@netzero.com
1. In QueryAudio, phones should set their limits
(just MAXSIZE for now).
In theory the other fields are limits as well (eg bitrate).
Post by d***@netzero.com
2. Ringers would display those ringtones that exceed their
limits differently.
Yes, although this hasn't been coded yet.
Post by d***@netzero.com
3. saveringtones would (optionally?) perform a hard check
and not send those that exceed their limits.
Nope. If that check ever happens, it will be done by the
main code calling QueryAudio again.

Basically the only function you ever need to write or worry
about is QueryAudio. Other code will call that as appropriate.

Roger

Loading...