Fixed year/track binding
parent
a72dd06455
commit
ecc1f69783
|
@ -61,6 +61,11 @@
|
|||
- (NSString *)lengthString;
|
||||
- (void)setLengthString:(double)l;
|
||||
|
||||
-(void)setYear:(int)y;
|
||||
-(int)year;
|
||||
-(void)setTrack:(int)y;
|
||||
-(int)track;
|
||||
|
||||
- (double)length;
|
||||
- (int)bitRate;
|
||||
- (int)channels;
|
||||
|
|
Loading…
Reference in New Issue