CAVideoPlayerControlView(視頻播放器控制視圖)

2018-09-08 15:33 更新

類說明

視頻播放器控制。


CAVideoPlayerControlView 屬性(點擊查看方法介紹)

屬性說明
Title標(biāo)題
ShowBackButton顯示后退按鈕
PlayerControlViewDelegatePlayerControlView代理類


CAVideoPlayerControlView 方法(點擊查看方法介紹)

屬性說明
createWithFrame創(chuàng)建,并指定其Frame。
createWithCenter創(chuàng)建,并指定其Center。
initWithPath初始化Path。
initWithUrl初始化Url。


CAVideoPlayerControlView 屬性說明

Title

類型:std::string

解釋:標(biāo)題,set/get{}。


ShowBackButton

類型:bool

解釋:顯示后退按鈕,set/get{}。


PlayerControlViewDelegate

類型: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&szUrlUrl

解釋:初始化并制定Url

以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號