NSString(MediaTime)

@interface NSString(MediaTime)
+ (NSString*)getMediaplaybackStringWithTime:(NSTimeInterval)time;
@end

Undocumented