GCKMediaStatus.h File
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
GCKMediaStatus.h defines classes and enumerations related to media status in the Google Cast SDK for iOS.
The GCKMediaStatus class provides information about the status of media.
The GCKMediaPlayerState enumeration lists the possible states of a media player, such as idle, playing, paused, buffering, loading, or unknown.
The GCKMediaPlayerIdleReason enumeration describes why a media player is in the idle state, including finishing playback, being cancelled, interrupted, or due to an error.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[],["The core content details the `GCKMediaStatus` class and two enumerations: `GCKMediaPlayerState` and `GCKMediaPlayerIdleReason`. The `GCKMediaStatus` class holds media status information. `GCKMediaPlayerState` defines states like Unknown, Idle, Playing, Paused, Buffering, and Loading. `GCKMediaPlayerIdleReason` specifies why a player is idle, with options like None, Finished, Cancelled, Interrupted, and Error, each representing a specific condition.\n"]]