Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
GCKMediaInformation is a class that aggregates information about a media item.
It inherits from NSObject and implements NSCopying.
It includes methods for initialization and finding media tracks by ID.
Properties of GCKMediaInformation include content ID, stream type, content type, metadata, ad break information, stream duration, media tracks, text track style, and custom data.
There is a designated initializer and a deprecated legacy initializer for creating GCKMediaInformation instances.
[[["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 GCKMediaInformation class aggregates data about a media item, including its content ID, stream type, and content type. Key actions include initializing with content details like `contentID`, `streamType`, `contentType`, `metadata`, `streamDuration`, `mediaTracks`, `textTrackStyle`, and `customData`. It also supports legacy initialization, excluding media/text tracks. The class facilitates searching for media tracks by ID, and provides properties for ad breaks, ad break clips, stream duration, and custom data.\n"]]