mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-31 07:30:40 +00:00
14 lines
270 B
Objective-C
14 lines
270 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface FFMpegAVCodec : NSObject
|
|
|
|
+ (FFMpegAVCodec * _Nullable)findForId:(int)codecId preferHardwareAccelerationCapable:(bool)preferHardwareAccelerationCapable;
|
|
|
|
- (void *)impl;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|