6 lines
130 B
Objective-C
6 lines
130 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface HAMMIMEType : NSObject
|
|
- (unsigned int)audioCodec;
|
|
- (unsigned int)videoCodec;
|
|
@end
|