Cog/Plugins/FFMPEG/FFMPEGContainer.h
Christopher Snowhill 2663b5007d [FFmpeg] Support files with chapters
Support file chapters, including metadata reading for each chapter.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-06-25 01:35:07 -07:00

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