<GCKCastChannelNSObject> را به ارث می برد.
- (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 . |