עברה בירושה <GCKCastChannelNSNSObject>.
- (void) mediaControlChannel: |
|
(GCKMediaControlChannel *) |
mediaControlChannel |
didCompleteLoadWithSessionID: |
|
(NSInteger) |
sessionID |
|
|
| |
|
optional |
התקשרות להשלמת בקשה לטעינת מדיה.
- Parameters
-
mediaControlChannel | The channel. |
sessionID | The unique media session ID that has been assigned to this media item. |
התקשרות כאשר בקשה לטעינת מדיה נכשלה.
- Parameters
-
mediaControlChannel | The channel. |
error | The load error. |
מתקבלת שיחה לאחר עדכון פרטי הסטטוס של השחקן.
- Parameters
-
mediaControlChannel | The channel. |
התקשרות כאשר מתקבל מידע על סטטוס התור מעודכן.
- Parameters
-
mediaControlChannel | The channel. |
התקשרות כאשר מתקבל סטטוס טעינה מראש מעודכן.
- Parameters
-
mediaControlChannel | The channel. |
מתבצעת התקשרות כאשר מתקבלים מטא-נתונים מעודכנים של מדיה.
- Parameters
-
mediaControlChannel | The channel. |
- (void) mediaControlChannel: |
|
(GCKMediaControlChannel *) |
mediaControlChannel |
requestDidCompleteWithID: |
|
(NSInteger) |
requestID |
|
|
| |
|
optional |
מתקשרים כאשר הבקשה מתבצעת.
- Parameters
-
mediaControlChannel | The channel. |
requestID | The request ID that failed. This is the ID returned when the request was made. |
- (void) mediaControlChannel: |
|
(GCKMediaControlChannel *) |
mediaControlChannel |
didReplaceRequestWithID: |
|
(NSInteger) |
requestID |
|
|
| |
|
optional |
הבקשה תיקרא כשהבקשה לא תבוצע מעקב אחר בקשה נוספת, שנשלחה לגביה בקשה מאותו סוג.
- Parameters
-
mediaControlChannel | The channel. |
requestID | The request ID that has been replaced. This is the ID returned when the request was made. |
- (void) mediaControlChannel: |
|
(GCKMediaControlChannel *) |
mediaControlChannel |
didCancelRequestWithID: |
|
(NSInteger) |
requestID |
|
|
| |
|
optional |
הבקשה נשלחת כשכבר לא מתבצע מעקב אחר הבקשה, כי היא בוטלה באופן מפורש.
- Parameters
-
mediaControlChannel | The channel. |
requestID | The request ID that has been cancelled. This is the ID returned when the request was made. |
מתקשרים כאשר הבקשה נכשלת.
- Parameters
-
mediaControlChannel | The channel. |
requestID | The request ID that failed. This is the ID returned when the request was made. |
error | The error. If any custom data was associated with the error, it will be in the error's userInfo dictionary with the key . |