คลาส GCKUIExpandedMediaControlsViewController

การอ้างอิงคลาส GCKUIExpandedMediaControlsViewController ระดับ

ภาพรวม

ตัวควบคุมมุมมองซึ่งใช้มุมมองเต็มหน้าจอของการควบคุมแบบขยาย

Since
3.1

รับค่า UIViewController ใช้ <GCKUIMediaButtonBarProtocol>

สรุปเมธอดของอินสแตนซ์

(NSUInteger) - buttonCount
 จำนวนปุ่มสูงสุดที่ผู้รับปรับแต่งได้ เพิ่มเติม...
 
(void) - setButtonType:atIndex:
 ตั้งค่าประเภทปุ่มสำหรับปุ่มที่ตำแหน่ง index เพิ่มเติม...
 
(GCKUIMediaButtonType- buttonTypeAtIndex:
 แสดงประเภทปุ่มปัจจุบันในตำแหน่งที่ระบุ เพิ่มเติม...
 
(void) - setCustomButton:atIndex:
 ตั้งค่าอินสแตนซ์ของ UIButton ที่ควรปรากฏขึ้นในตำแหน่งปุ่มที่ระบุ เพิ่มเติม...
 
(nullable UIButton *) - customButtonAtIndex:
 แสดงการอ้างอิงไปยังปุ่มที่กำหนดเองในตำแหน่งที่ระบุ เพิ่มเติม...
 

สรุปพร็อพเพอร์ตี้

BOOL hideStreamPositionControlsForLiveContent
 ต้องการให้ซ่อนการควบคุมตำแหน่งสตรีม (รวมถึงแถบเลื่อนตำแหน่งสตรีม ป้ายกำกับตำแหน่งสตรีม ป้ายกำกับระยะเวลาของสตรีม และมุมมองความคืบหน้าของสตรีม) สำหรับเนื้อหาสดหรือไม่ เพิ่มเติม...
 

รายละเอียดของเมธอด

- (NSUInteger) buttonCount

จำนวนปุ่มสูงสุดที่ผู้รับปรับแต่งได้

การคืนสินค้า
จำนวนปุ่ม
- (void) setButtonType: (GCKUIMediaButtonType buttonType
atIndex: (NSUInteger)  index 

ตั้งค่าประเภทปุ่มสำหรับปุ่มที่ตำแหน่ง index

Parameters
buttonTypeThe type of the button. If the type is GCKUIMediaButtonTypeCustom, a UIButton instance should be passed for the same index using setCustomButton:atIndex:. Otherwise a default button is created and presented in that position.
indexThe position in which the button should be presented. 0 is the left-most position. Indices should be smaller than the value returned by buttonCount.
- (GCKUIMediaButtonType) buttonTypeAtIndex: (NSUInteger)  index

แสดงประเภทปุ่มปัจจุบันในตำแหน่งที่ระบุ

Parameters
indexThe button's position, where 0 is the left-most position.
การคืนสินค้า
ประเภทของปุ่มในตำแหน่งที่เลือก
- (void) setCustomButton: (nullable UIButton *)  customButton
atIndex: (NSUInteger)  index 

ตั้งค่าอินสแตนซ์ของ UIButton ที่ควรปรากฏขึ้นในตำแหน่งปุ่มที่ระบุ

Parameters
customButtonThe button instance to be presented in the control bar.
indexThe position in which the button should be presented. 0 is the left-most position. Indices should be smaller than the value returned by buttonCount.
- (nullable UIButton *) customButtonAtIndex: (NSUInteger)  index

แสดงการอ้างอิงไปยังปุ่มที่กำหนดเองในตำแหน่งที่ระบุ

Parameters
indexThe button's position, where 0 is the right-most position.
การคืนสินค้า
การอ้างอิงปุ่มในตำแหน่งที่เลือก หรือ nil หากไม่มีปุ่มที่กำหนดเองในตำแหน่งนั้นหรือตำแหน่งไม่ถูกต้อง

รายละเอียดที่พัก

- (BOOL) hideStreamPositionControlsForLiveContent
readwritenonatomicassign

ต้องการให้ซ่อนการควบคุมตำแหน่งสตรีม (รวมถึงแถบเลื่อนตำแหน่งสตรีม ป้ายกำกับตำแหน่งสตรีม ป้ายกำกับระยะเวลาของสตรีม และมุมมองความคืบหน้าของสตรีม) สำหรับเนื้อหาสดหรือไม่

ค่าเริ่มต้นคือ NO

Since
4.0