Files
soulspace/uni_modules/zy-AliyunPlayer/ios/AliyunPlayer.framework/Headers/AVPPreloadConfig.h
2025-03-05 15:16:45 +08:00

25 lines
438 B
Objective-C
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
//
// Created by yiliang on 2023/6/20.
//
#ifndef AVPPRELOADCONFIG_H
#define AVPPRELOADCONFIG_H
#import <Foundation/Foundation.h>
OBJC_EXPORT
@interface AVPPreloadConfig : NSObject
/**
@brief 预加载时长 默认1000毫秒单位毫秒
*/
/****
@brief The maximum preload duration. Default: 1000 milliseconds, Unit: millisecond.
*/
@property (nonatomic, assign) int preloadDuration;
@end
#endif //SOURCE_AVPPRELOADCONFIG_H