Plik GCKMediaQueueItem.h
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
typedef NSUInteger GCKMediaQueueItemID |
Identyfikator elementu kolejki multimediów.
- Od
- 4.1
kGCKMediaQueueInvalidItemID |
Nieprawidłowy identyfikator elementu kolejki.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2023-12-02 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2023-12-02 UTC."],[[["This header file defines the `GCKMediaQueueItem` class for representing items in a media queue and `GCKMediaQueueItemBuilder` for creating them."],["It introduces `GCKMediaQueueItemID`, a typedef representing a media queue item's unique identifier."],["The constant `kGCKMediaQueueInvalidItemID` signifies an invalid queue item ID."]]],["This document outlines components for managing media queues. It defines two classes: `GCKMediaQueueItem`, representing a single item in the queue, and `GCKMediaQueueItemBuilder`, used to create `GCKMediaQueueItem` instances. A typedef, `GCKMediaQueueItemID`, is defined as an unsigned integer representing an item's ID. Finally, `kGCKMediaQueueInvalidItemID` is declared as a constant variable, representing an invalid media queue item ID, useful for managing null or empty queue values.\n"]]