// Copyright © 2022 BytePlusRTC All rights reserved.
// SPDX-License-Identifier: MIT

//
//  VertcVod.h
// 

#import <Foundation/Foundation.h>
#import "RTCHeader.h"

@interface VertcVod : NSObject

- (int) startVodPlayerCapture:(ByteRTCVideo *)rtc player:(id)player options:(NSDictionary *)options;

- (int) stopVodPlayerCapture:(ByteRTCVideo *)rtc;

@end
