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 documentation details the \u003ccode\u003eGCKMediaInformation.h\u003c/code\u003e file, which includes the \u003ccode\u003eGCKMediaInformation\u003c/code\u003e class and the \u003ccode\u003eGCKMediaStreamType\u003c/code\u003e enum.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGCKMediaInformation\u003c/code\u003e class provides a way to manage information about a media item.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGCKMediaStreamType\u003c/code\u003e enum defines different types of media streams, such as buffered, live, and unknown.\u003c/p\u003e\n"]]],["The document details the `GCKMediaInformation` class, which aggregates information about a media item. It also defines the `GCKMediaStreamType` enumeration, specifying the type of media stream. The enumeration includes `GCKMediaStreamTypeNone`, `GCKMediaStreamTypeBuffered`, `GCKMediaStreamTypeLive`, and `GCKMediaStreamTypeUnknown`, representing different stream types. These stream types describe the nature of the media being streamed.\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/v3/reference/ios/interface_g_c_k_media_information) |\n| | A class that aggregates information about a media item. [More...](/cast/v3/reference/ios/interface_g_c_k_media_information#details) |\n| ||\n\n|------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Enumerations ------------ ||\n| enum | [GCKMediaStreamType](/cast/v3/reference/ios/g_c_k_media_information_8h#ada512d5ee6ced19b871067e948aaffd3) { [GCKMediaStreamTypeNone](/cast/v3/reference/ios/g_c_k_media_information_8h#ada512d5ee6ced19b871067e948aaffd3aecd8829b478de73ed5558566c0b17a17) = 0, [GCKMediaStreamTypeBuffered](/cast/v3/reference/ios/g_c_k_media_information_8h#ada512d5ee6ced19b871067e948aaffd3ab87ac4edaaeb8cd75f4ecba8654f8a8a) = 1, [GCKMediaStreamTypeLive](/cast/v3/reference/ios/g_c_k_media_information_8h#ada512d5ee6ced19b871067e948aaffd3adfd9c470d317d4934171a8bf8ac28c2e) = 2, [GCKMediaStreamTypeUnknown](/cast/v3/reference/ios/g_c_k_media_information_8h#ada512d5ee6ced19b871067e948aaffd3a5c32320d7427ac753ebdd60086f3de10) = 99 } |\n| | Enum defining the media stream type. [More...](/cast/v3/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/v3/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. |"]]