GCKMediaStatus.h Dosyası
GCKMediaPlayerState ve GCKMediaPlayerIdleREASON sıralamaları.
Diğer...
|
typedef | NS_CLOSED_ENUM (NSInteger, GCKMediaPlayerState) |
|
GCKMediaPlayerState ve GCKMediaPlayerIdleREASON sıralamaları.
Medya oynatıcı boşta kalma nedenleri.
Numaralandırıcı |
---|
GCKMediaPlayerIdleREASONNone |
Oynatıcının şu anda boşta kalma nedeni olmadığını gösteren sabit değer.
|
GCKMediaPlayerIdleWhyFinished |
Oynatmanın sona erdiği için oynatıcının boşta olduğunu gösteren sabit değer.
|
GCKMediaPlayerIdleWhyCancelled |
DURDUR komutuna yanıt olarak oynatma iptal edildiği için oynatıcının boşta olduğunu gösteren sabit değer.
|
GCKMediaPlayerIdleNedeni Kesildi |
Oynatma bir YÜKLE komutu tarafından kesintiye uğradığı için oynatıcının boşta olduğunu gösteren sabit değer.
|
GCKMediaPlayerIdleWhyError |
Bir oynatma hatası oluştuğu için oynatıcının boşta olduğunu gösteren sabit değer.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2023-12-02 UTC.
[null,null,["Son güncelleme tarihi: 2023-12-02 UTC."],[[["The `GCKMediaStatus` class provides status information about media playback."],["The `GCKMediaPlayerState` enum defines the different playback states of a media player."],["The `GCKMediaPlayerIdleReason` enum defines the reasons why a media player is idle, including finished playback, cancellation, interruption, and error."],["The `GCKMediaStatus.h` file defines these enums and the `GCKMediaStatus` class, allowing developers to manage media status and playback on Google Cast devices."]]],["The core content details the `GCKMediaStatus.h` file, which defines a `GCKMediaStatus` class for media status information. It also outlines the `GCKMediaPlayerIdleReason` enumeration, specifying possible idle states of a media player: `None`, `Finished`, `Cancelled`, `Interrupted`, and `Error`. Additionally it details the functions for `GCKMediaPlayerState` enumeration type. Each idle reason indicates a specific condition under which the media player is inactive, such as completion of playback or encountering an error.\n"]]