Support file chapters, including metadata reading for each chapter. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
18 lines
250 B
Objective-C
18 lines
250 B
Objective-C
//
|
|
// FFMPEGContainer.h
|
|
// FFMPEG Plugin
|
|
//
|
|
// Created by Christopher Snowhill on 6/25/22.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
#import "Plugin.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface FFMPEGContainer : NSObject <CogContainer>
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|