SellyCloudSDK_demo/Example/SellyCloudSDK/Play/SCVideoPlayerViewController.h

20 lines
439 B
Objective-C

//
// SCVODPlayerViewController.h
// SellyCloudSDK_Example
//
// Created by Caleb on 16/9/25.
// Copyright © 2025 Caleb. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <SellyCloudSDK/SellyCloudManager.h>
NS_ASSUME_NONNULL_BEGIN
@interface SCVideoPlayerViewController : UIViewController
@property (nonatomic, strong)NSString *url;
@property (nonatomic, strong)SellyPlayerStreamInfo *streamInfo;
@end
NS_ASSUME_NONNULL_END