GCKremoteMediaClient(Protected) कैटगरी

GCKRemoteMediaClient(Protected) कैटगरी का रेफ़रंस

खास जानकारी

सिर्फ़ GCKRemoteMediaClient सब-क्लास से कॉल किए जाने वाले तरीके.

से
3.3

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

(void) - notifyDidStartMediaSession
 जब भी कोई मीडिया सेशन शुरू होता है, तब सब-क्लास को कॉल करने के लिए. उदाहरण के लिए, रिमोट प्लेयर पर नया मीडिया लोड होने के तुरंत बाद. ज़्यादा...
 
(void) - notifyDidUpdateMediaStatus
 जब भी क्लाइंट का MediaStatus ऑब्जेक्ट बदलता है, तब सब-क्लास से कॉल किया जा सकता है. ज़्यादा...
 
(void) - notifyDidUpdateQueue
 जब भी क्लाइंट से मैनेज की जाने वाली मीडिया सूची बदलती है, तब सब-क्लास से कॉल करने के लिए. ज़्यादा...
 
(void) - notifyDidUpdatePreloadStatus
 क्लाइंट के GCKMediaStatus के GCKMediaStatus::preloadedItemID में बदलाव होने पर, सब-क्लास से कॉल करने के लिए. ज़्यादा...
 
(void) - notifyDidUpdateMetadata
 मेटाडेटा में बदलाव होने पर, सब-क्लास से कॉल करने के लिए. ज़्यादा...
 
(void) - notifyDidReceiveQueueItemIDs:
 मीडिया सूची के आइटम आईडी की सूची मिलने पर, सब-क्लास से कॉल करने के लिए. ज़्यादा...
 
(void) - notifyDidInsertQueueItemsWithIDs:beforeItemWithID:
 जब भी सूची में मौजूद आइटम का एक तय क्रम डाला जाता है, तब सब-क्लास को कॉल करने के लिए कहा जाता है. ज़्यादा...
 
(void) - notifyDidUpdateQueueItemsWithIDs:
 जब भी सूची में मौजूदा सूची आइटम अपडेट हों, तब सब-क्लास से कॉल करने के लिए. ज़्यादा...
 
(void) - notifyDidRemoveQueueItemsWithIDs:
 जब भी सूची में मौजूद आइटम का क्रमिक क्रम हटा दिया जाता है, तब सब-क्लास को कॉल करने के लिए कहा जाता है. ज़्यादा...
 
(void) - notifyDidReceiveQueueItems:
 सूची में मौजूद आइटम मिलने पर, सब-क्लास से कॉल करने के लिए. ज़्यादा...
 

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

- (void) notifyDidStartMediaSession

जब भी कोई मीडिया सेशन शुरू होता है, तब सब-क्लास को कॉल करने के लिए. उदाहरण के लिए, रिमोट प्लेयर पर नया मीडिया लोड होने के तुरंत बाद.

GCKRemoteMediaClient श्रेणी को बढ़ाता है.

- (void) notifyDidUpdateMediaStatus

जब भी क्लाइंट का MediaStatus ऑब्जेक्ट बदलता है, तब सब-क्लास से कॉल किया जा सकता है.

GCKRemoteMediaClient श्रेणी को बढ़ाता है.

- (void) notifyDidUpdateQueue

जब भी क्लाइंट से मैनेज की जाने वाली मीडिया सूची बदलती है, तब सब-क्लास से कॉल करने के लिए.

GCKRemoteMediaClient श्रेणी को बढ़ाता है.

- (void) notifyDidUpdatePreloadStatus

क्लाइंट के GCKMediaStatus के GCKMediaStatus::preloadedItemID में बदलाव होने पर, सब-क्लास से कॉल करने के लिए.

GCKRemoteMediaClient श्रेणी को बढ़ाता है.

- (void) notifyDidUpdateMetadata

मेटाडेटा में बदलाव होने पर, सब-क्लास से कॉल करने के लिए.

GCKRemoteMediaClient श्रेणी को बढ़ाता है.

- (void) notifyDidReceiveQueueItemIDs: (NSArray< NSNumber * > *)  itemIDs

मीडिया सूची के आइटम आईडी की सूची मिलने पर, सब-क्लास से कॉल करने के लिए.

Parameters
itemIDsThe list of queue item IDs.
से
4.1

GCKRemoteMediaClient श्रेणी को बढ़ाता है.

- (void) notifyDidInsertQueueItemsWithIDs: (NSArray< NSNumber * > *)  itemIDs
beforeItemWithID: (GCKMediaQueueItemID beforeItemID 

जब भी सूची में मौजूद आइटम का एक तय क्रम डाला जाता है, तब सब-क्लास को कॉल करने के लिए कहा जाता है.

Parameters
itemIDsThe list of queue item IDs identifying the items that were inserted.
beforeItemIDThe ID of the queue item in front of which the new items were inserted, or kGCKInvalidQueueItemID if the items were appended to the end of the queue.
से
4.1

GCKRemoteMediaClient श्रेणी को बढ़ाता है.

- (void) notifyDidUpdateQueueItemsWithIDs: (NSArray< NSNumber * > *)  itemIDs

जब भी सूची में मौजूदा सूची आइटम अपडेट हों, तब सब-क्लास से कॉल करने के लिए.

Parameters
itemIDsThe list of queue item IDs identifying the items that were updated.
से
4.1

GCKRemoteMediaClient श्रेणी को बढ़ाता है.

- (void) notifyDidRemoveQueueItemsWithIDs: (NSArray< NSNumber * > *)  itemIDs

जब भी सूची में मौजूद आइटम का क्रमिक क्रम हटा दिया जाता है, तब सब-क्लास को कॉल करने के लिए कहा जाता है.

Parameters
itemIDsThe list of queue item IDs identifying the items that were removed.
से
4.1

GCKRemoteMediaClient श्रेणी को बढ़ाता है.

- (void) notifyDidReceiveQueueItems: (NSArray< GCKMediaQueueItem * > *)  items

सूची में मौजूद आइटम मिलने पर, सब-क्लास से कॉल करने के लिए.

Parameters
itemsThe list of queue items.
से
4.1

GCKRemoteMediaClient श्रेणी को बढ़ाता है.