GCKUIminiMediaControlsViewController क्लास

GCKUI MiniMediaControlsViewController क्लास का रेफ़रंस

खास जानकारी

"अभी चल रहा है" कंट्रोल बार लागू करने वाला व्यू कंट्रोलर.

अपने डिफ़ॉल्ट कॉन्फ़िगरेशन में, यह मौजूदा मीडिया आइटम के लिए थंबनेल, टाइटल, और सबटाइटल दिखाता है. साथ ही, स्ट्रीम प्रोग्रेस बार और चलाएं/रोकें टॉगल बटन भी दिखता है.

जिस व्यक्ति को ईमेल खाते का ऐक्सेस दिया गया है उससे जुड़े प्रोटोकॉल के बारे में जानने के लिए, GCKUIMiniMediaControlsViewControllerDelegate पर जाएं.

से
3.0

यूज़र इंटरफ़ेस (यूआई) कंट्रोलर को इनहेरिट करता है. <GCKUIMediaButtonBarProtocol> को लागू करता है.

इंस्टेंस के तरीके के बारे में खास जानकारी

(NSUInteger) - buttonCount
 कॉन्टेंट पाने वाले व्यक्ति के हिसाब से बनाए जा सकने वाले बटनों की ज़्यादा से ज़्यादा संख्या. ज़्यादा...
 
(void) - setButtonType:atIndex:
 index पर, बटन के लिए बटन का टाइप सेट करता है. ज़्यादा...
 
(GCKUIMediaButtonType- buttonTypeAtIndex:
 किसी खास जगह पर मौजूद बटन के मौजूदा टाइप की जानकारी देता है. ज़्यादा...
 
(void) - setCustomButton:atIndex:
 यह UIButton का इंस्टेंस सेट करता है, जिसे बटन की दी गई पोज़िशन पर दिखाया जाना चाहिए. ज़्यादा...
 
(nullable UIButton *) - customButtonAtIndex:
 दी गई जगह पर कस्टम बटन के बारे में जानकारी देता है. ज़्यादा...
 

प्रॉपर्टी की खास जानकारी

id
< GCKUIMiniMediaControlsViewControllerDelegate
delegate
 व्यू कंट्रोलर का डेलीगेट, जो आम तौर पर फ़ुल-स्क्रीन व्यू कंट्रोलर होता है. यह ज़रूरत पड़ने पर इस कंट्रोल बार को प्रज़ेंट करने और छिपाने का काम करता है. ज़्यादा...
 
BOOL thumbnailEnabled
 थंबनेल की इमेज दिखाई जानी चाहिए या नहीं. ज़्यादा...
 
BOOL active
 कंट्रोल बार की डिसप्ले स्टेटस दिखाता है. ज़्यादा...
 
CGFloat minHeight
 वह कम से कम (और पसंदीदा) ऊंचाई जिस पर यह व्यू प्रज़ेंट किया जाना चाहिए. ज़्यादा...
 

तरीके की जानकारी

- (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 का रेफ़रंस.

प्रॉपर्टी की जानकारी

- (id<GCKUIMiniMediaControlsViewControllerDelegate>) delegate
readwritenonatomicweak

व्यू कंट्रोलर का डेलीगेट, जो आम तौर पर फ़ुल-स्क्रीन व्यू कंट्रोलर होता है. यह ज़रूरत पड़ने पर इस कंट्रोल बार को प्रज़ेंट करने और छिपाने का काम करता है.

- (BOOL) thumbnailEnabled
readwritenonatomicassign

थंबनेल की इमेज दिखाई जानी चाहिए या नहीं.

डिफ़ॉल्ट रूप से, यह प्रॉपर्टी YES पर सेट होती है.

- (BOOL) active
readnonatomicassign

कंट्रोल बार की डिसप्ले स्टेटस दिखाता है.

YES होने पर, मीडिया कास्ट किया जा रहा है, जिसे कंट्रोल बार से कंट्रोल किया जा सकता है. साथ ही, इसे देखने के लिए उपलब्ध कराया जा सकता है. NO के होने पर, कंट्रोल बार छिपा होना चाहिए.

- (CGFloat) minHeight
readnonatomicassign

वह कम से कम (और पसंदीदा) ऊंचाई जिस पर यह व्यू प्रज़ेंट किया जाना चाहिए.