Klasa GCKMediaTrack
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Klasa reprezentująca ścieżkę multimediów.
Wystąpienia tego obiektu są stałe.
Dziedziczy NSObject, <NSCopying> i <NSSecureCoding>.
- (nullable instancetype) initWithIdentifier: |
|
(NSInteger) |
identifier |
contentIdentifier: |
|
(nullable NSString *) |
contentIdentifier |
contentType: |
|
(NSString *) |
contentType |
type: |
|
(GCKMediaTrackType) |
type |
textSubtype: |
|
(GCKMediaTextTrackSubtype) |
textSubtype |
name: |
|
(nullable NSString *) |
name |
languageCode: |
|
(nullable NSString *) |
languageCode |
customData: |
|
(nullable id) |
customData |
|
|
| |
Wyznaczony inicjator.
Konstruuje nowy obiekt GCKMediaTrack z podanymi wartościami właściwości. Może zwracać wartość nil
.
Unikalny identyfikator numeryczny utworu.
- (NSString*) contentIdentifier |
|
readnonatomiccopy |
Identyfikator treści utworu, którym może być nil
.
- (NSString*) contentType |
|
readnonatomiccopy |
Typ treści utworu (MIME).
- (GCKMediaTrackType) type |
|
readnonatomicassign |
Podtyp ścieżki tekstowej; dotyczy tylko ścieżek tekstowych.
Nazwa utworu, na przykład nil
.
- (NSString*) languageCode |
|
readnonatomiccopy |
Kod języka w formacie RFC 1766. Może to być nil
.
Ewentualne dane niestandardowe.
Musi być obiektem, który można zserializować do formatu JSON za pomocą NSJSONSerialization lub nil
.
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."],[[["The `GCKMediaTrack` class represents a media track with properties like identifier, content type, and language."],["Instances of `GCKMediaTrack` are immutable, meaning their properties cannot be changed after creation."],["It provides a designated initializer to create instances with specific property values."],["`GCKMediaTrack` inherits from `NSObject`, `NSCopying`, and `NSSecureCoding`, offering functionalities related to object copying and secure coding."],["The class includes properties for custom data that can be serialized to JSON."]]],[]]