From ce4eaddf9eb835f01e6bf5845a063d306f322b24 Mon Sep 17 00:00:00 2001
From: Aeline <liu9421wen@163.com>
Date: 星期一, 08 三月 2021 18:16:51 +0800
Subject: [PATCH] al

---
 BuWanVideo2.0/CSJ/BUAdSDK.framework/Headers/BUMaterialMeta.h |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/BuWanVideo2.0/CSJ/BUAdSDK.framework/Headers/BUMaterialMeta.h b/BuWanVideo2.0/CSJ/BUAdSDK.framework/Headers/BUMaterialMeta.h
index a3d0fb9..9874cf3 100644
--- a/BuWanVideo2.0/CSJ/BUAdSDK.framework/Headers/BUMaterialMeta.h
+++ b/BuWanVideo2.0/CSJ/BUAdSDK.framework/Headers/BUMaterialMeta.h
@@ -70,6 +70,18 @@
 /// video duration
 @property (nonatomic, assign) NSInteger videoDuration;
 
+/// video url, will be empty string if allowCustomVideoPlayer is NO, contact BD to add to allow list.
+@property (nonatomic, copy, readonly) NSString *videoUrl;
+
+/// be allowed to play video ad via custome player, contact BD to add to allow list.
+@property (nonatomic, assign, readonly) BOOL allowCustomVideoPlayer;
+
+/// video resolution width
+@property (nonatomic, assign, readonly) NSInteger videoResolutionWidth;
+
+/// video resolution height
+@property (nonatomic, assign, readonly) NSInteger videoResolutionHeight;
+
 /// media configuration parameters.
 @property (nonatomic, copy) NSDictionary *mediaExt;
 

--
Gitblit v1.8.0