Files
SellyCloudSDK_demo/Example/SellyCloudSDK/Play/SCLiveVideoPlayerViewController.h
2026-03-01 15:59:27 +08:00

21 lines
498 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>
#import "AVLiveStreamModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface SCLiveVideoPlayerViewController : UIViewController
// 移除外部传入的属性,改为内部配置
- (instancetype)initWithLiveStream:(AVLiveStreamModel *)stream;
@end
NS_ASSUME_NONNULL_END