initial commit
This commit is contained in:
20
Example/SellyCloudSDK/Play/SCLiveVideoPlayerViewController.h
Normal file
20
Example/SellyCloudSDK/Play/SCLiveVideoPlayerViewController.h
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// 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>
|
||||
#import "AVLiveStreamModel.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface SCLiveVideoPlayerViewController : UIViewController
|
||||
// 移除外部传入的属性,改为内部配置
|
||||
- (instancetype)initWithLiveStream:(AVLiveStreamModel *)stream;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user