W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
類說明
視頻播放器控制。
CAVideoPlayerControlView 屬性(點擊查看方法介紹)
屬性 | 說明 |
Title | 標(biāo)題 |
ShowBackButton | 顯示后退按鈕 |
PlayerControlViewDelegate | PlayerControlView代理類 |
CAVideoPlayerControlView 方法(點擊查看方法介紹)
屬性 | 說明 |
createWithFrame | 創(chuàng)建,并指定其Frame。 |
createWithCenter | 創(chuàng)建,并指定其Center。 |
initWithPath | 初始化Path。 |
initWithUrl | 初始化Url。 |
CAVideoPlayerControlView 屬性說明
類型:std::string
解釋:標(biāo)題,set/get{}。
類型:bool
解釋:顯示后退按鈕,set/get{}。
類型:CAVideoPlayerControlViewDelegate*
解釋:PlayerControlView代理類,set/get{}。
CAVideoPlayerControlView 方法說明
static CAVideoPlayerControlView* createWithFrame(const DRect& rect);
返回值:CAVideoPlayerControlView*
參數(shù):
類型 | 參數(shù)名 | 說明 |
const DRect& | rect | 區(qū)域大小 |
解釋:創(chuàng)建,并指定其Frame
static CAVideoPlayerControlView* createWithCenter(const DRect& rect);
返回值:CAVideoPlayerControlView*
參數(shù):
類型 | 參數(shù)名 | 說明 |
const DRect& | rect | 中心點的位置及大小 |
解釋:創(chuàng)建,并設(shè)置其Center
void initWithPath(const std::string& szPath);
返回值:void
參數(shù):
類型 | 參數(shù)名 | 說明 |
const std::string& | szPath | 路徑 |
解釋:初始化并制定文件路徑
void initWithUrl(const std::string& szUrl);
返回值:void
參數(shù):
類型 | 參數(shù)名 | 說明 |
const std::string& | szUrl | Url |
解釋:初始化并制定Url
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: