Files are seekable!

CQTexperiment
vspader 2007-03-04 00:18:28 +00:00
parent 7d6c8fc6f5
commit ea4eb96c2a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
- (BOOL)seekable
{
return NO;
return YES;
}
- (BOOL)seek:(long)position whence:(int)whence