A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developers.google.com/cast/docs/reference/ios/g_c_k_media_common_8h below:

GCKMediaCommon.h File | Cast | Google for Developers

GCKMediaCommon.h File

Stay organized with collections Save and categorize content based on your preferences.

GCKMediaResumeState and GCKMediaRepeatMode enums. More...

typedef  NS_CLOSED_ENUM (NSInteger, GCKMediaResumeState)   BOOL  GCKIsValidTimeInterval (NSTimeInterval timeInterval)   Tests if the given time interval value is kGCKInvalidTimeInterval. More...
 

GCKMediaResumeState and GCKMediaRepeatMode enums.

#define GCKMediaControlChannelResumeStateUnchanged   GCKMediaResumeStateUnchanged

Alias for GCKMediaResumeStateUnchanged.

Deprecated:
Use GCKMediaResumeStateUnchanged instead.
#define GCKMediaControlChannelResumeStatePlay   GCKMediaResumeStatePlay

Alias for GCKMediaResumeStatePlay.

Deprecated:
Use GCKMediaResumeStatePlay instead.
#define GCKMediaControlChannelResumeStatePause   GCKMediaResumeStatePause

Alias for GCKMediaResumeStatePause.

Deprecated:
Use GCKMediaResumeStatePause instead.

Enum defining the media control channel queue playback repeat modes.

Enumerator GCKMediaRepeatModeUnchanged 

A repeat mode indicating that the repeat mode should be left unchanged.

GCKMediaRepeatModeOff 

A repeat mode indicating no repeat.

GCKMediaRepeatModeSingle 

A repeat mode indicating that a single queue item should be played repeatedly.

GCKMediaRepeatModeAll 

A repeat mode indicating that the entire queue should be played repeatedly.

GCKMediaRepeatModeAllAndShuffle 

A repeat mode indicating that the entire queue should be played repeatedly.

The order of the items will be randomly shuffled once the last item in the queue finishes. The queue will continue to play starting from the first item of the shuffled items.

BOOL GCKIsValidTimeInterval ( NSTimeInterval  timeInterval )

Tests if the given time interval value is kGCKInvalidTimeInterval.

Since
4.0

A constant indicating an invalid time interval.

May be passed to methods which accept optional stream positions or time durations.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-09-18 UTC.

[[["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."],[[["This header file defines enums for media resume state and repeat mode, namely `GCKMediaResumeState` and `GCKMediaRepeatMode`."],["It provides macros for GCKMediaResumeState, although they are now deprecated in favor of the enum directly."],["A typedef `GCKMediaControlChannelResumeState` is also present, but it has been renamed to `GCKMediaResumeState` and is deprecated."],["The file includes a function `GCKIsValidTimeInterval` to check if a time interval is valid and a constant `kGCKInvalidTimeInterval` to represent an invalid time interval."],["The `GCKMediaRepeatMode` enum defines various playback repeat modes like `GCKMediaRepeatModeOff`, `GCKMediaRepeatModeSingle`, `GCKMediaRepeatModeAll`, and `GCKMediaRepeatModeAllAndShuffle`."]]],["This document details the `GCKMediaCommon.h` file, encompassing macros, typedefs, enumerations, functions, and variables related to media control. Key actions include defining aliases for `GCKMediaResumeState` using macros (Unchanged, Play, Pause), and creating `GCKMediaControlChannelResumeState` typedef. It also defines `GCKMediaRepeatMode` enum for repeat options (Unchanged, Off, Single, All, AllAndShuffle). A `GCKIsValidTimeInterval` function checks for `kGCKInvalidTimeInterval`, a constant for invalid time intervals.\n"]]


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4