mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-01 07:57:01 +00:00
12 lines
199 B
Objective-C
12 lines
199 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface FFMpegRemuxer : NSObject
|
|
|
|
+ (bool)remux:(NSString * _Nonnull)path to:(NSString * _Nonnull)outPath;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|