GCKMediaInformation.h File
Stay organized with collections
Save and categorize content based on your preferences.
GCKMediaStreamType enum.
More...
Enum defining the media stream type.
Enumerator |
---|
GCKMediaStreamTypeNone |
A stream type of "none".
|
GCKMediaStreamTypeBuffered |
A buffered stream type.
|
GCKMediaStreamTypeLive |
A live stream type.
|
GCKMediaStreamTypeUnknown |
An unknown stream type.
|
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."],[[["\u003cp\u003eThis document outlines the \u003ccode\u003eGCKMediaInformation\u003c/code\u003e class for aggregating media item details and the \u003ccode\u003eGCKMediaInformationBuilder\u003c/code\u003e for creating or modifying \u003ccode\u003eGCKMediaInformation\u003c/code\u003e instances.\u003c/p\u003e\n"],["\u003cp\u003eIt also defines the \u003ccode\u003eGCKMediaStreamType\u003c/code\u003e enum, which categorizes media streams as \u003ccode\u003eNone\u003c/code\u003e, \u003ccode\u003eBuffered\u003c/code\u003e, \u003ccode\u003eLive\u003c/code\u003e, or \u003ccode\u003eUnknown\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGCKMediaInformation\u003c/code\u003e class is crucial for managing media metadata within the Google Cast framework.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGCKMediaStreamType\u003c/code\u003e enum provides a standardized way to identify the nature of a media stream for playback control.\u003c/p\u003e\n"]]],["This document outlines components for handling media information. It defines the `GCKMediaInformation` class, which aggregates data about a media item, and the `GCKMediaInformationBuilder` class, which is used to construct new `GCKMediaInformation` instances. Additionally, it specifies the `GCKMediaStreamType` enumeration, which defines the possible types of media streams: None, Buffered, Live, or Unknown.\n"],null,["# GCKMediaInformation.h File\n\n[Classes](#nested-classes) \\| [Enumerations](#enum-members) \nGCKMediaInformation.h File Reference \nGCKMediaStreamType enum.\n[More...](#details)\n\n|-------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Classes ------- ||\n| class | [GCKMediaInformation](/cast/docs/reference/ios/interface_g_c_k_media_information) |\n| | A class that aggregates information about a media item. [More...](/cast/docs/reference/ios/interface_g_c_k_media_information#details) |\n| ||\n| class | [GCKMediaInformationBuilder](/cast/docs/reference/ios/interface_g_c_k_media_information_builder) |\n| | A builder object for constructing new or derived [GCKMediaInformation](/cast/docs/reference/ios/interface_g_c_k_media_information \"A class that aggregates information about a media item. \") instances. [More...](/cast/docs/reference/ios/interface_g_c_k_media_information_builder#details) |\n| ||\n\n|------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Enumerations ------------ ||\n| enum | [GCKMediaStreamType](/cast/docs/reference/ios/g_c_k_media_information_8h#ada512d5ee6ced19b871067e948aaffd3) { [GCKMediaStreamTypeNone](/cast/docs/reference/ios/g_c_k_media_information_8h#ada512d5ee6ced19b871067e948aaffd3aecd8829b478de73ed5558566c0b17a17) = 0, [GCKMediaStreamTypeBuffered](/cast/docs/reference/ios/g_c_k_media_information_8h#ada512d5ee6ced19b871067e948aaffd3ab87ac4edaaeb8cd75f4ecba8654f8a8a) = 1, [GCKMediaStreamTypeLive](/cast/docs/reference/ios/g_c_k_media_information_8h#ada512d5ee6ced19b871067e948aaffd3adfd9c470d317d4934171a8bf8ac28c2e) = 2, [GCKMediaStreamTypeUnknown](/cast/docs/reference/ios/g_c_k_media_information_8h#ada512d5ee6ced19b871067e948aaffd3a5c32320d7427ac753ebdd60086f3de10) = 99 } |\n| | Enum defining the media stream type. [More...](/cast/docs/reference/ios/g_c_k_media_information_8h#ada512d5ee6ced19b871067e948aaffd3) |\n| ||\n\nDetailed Description\n--------------------\n\nGCKMediaStreamType enum.\n\nEnumeration Type Documentation\n------------------------------\n\n|------------------------------------------------------------------------------------------------------------------|\n| enum [GCKMediaStreamType](/cast/docs/reference/ios/g_c_k_media_information_8h#ada512d5ee6ced19b871067e948aaffd3) |\n\nEnum defining the media stream type.\n\n| Enumerator ||\n|----------------------------|--------------------------|\n| GCKMediaStreamTypeNone | A stream type of \"none\". |\n| GCKMediaStreamTypeBuffered | A buffered stream type. |\n| GCKMediaStreamTypeLive | A live stream type. |\n| GCKMediaStreamTypeUnknown | An unknown stream type. |"]]