ContentDuration
列挙型 |
CONTENT_DURATION_UNSPECIFIED |
このバージョンではコンテンツの再生時間が指定されていません。この列挙型はデフォルト値のプレースホルダであり、実際のコンテンツの再生時間を表すものではありません。 |
CONTENT_DURATION_UNKNOWN |
コンテンツの再生時間は不明です。 |
CONTENT_DURATION_0_TO_1_MIN |
コンテンツの長さは 0 ~ 1 分です。 |
CONTENT_DURATION_1_TO_5_MIN |
コンテンツの長さは 1 ~ 5 分です。 |
CONTENT_DURATION_5_TO_15_MIN |
コンテンツの長さは 5 ~ 15 分です。 |
CONTENT_DURATION_15_TO_30_MIN |
コンテンツの長さは 15 ~ 30 分です。 |
CONTENT_DURATION_30_TO_60_MIN |
コンテンツの長さは 30 ~ 60 分です。 |
CONTENT_DURATION_OVER_60_MIN |
コンテンツの長さが 60 分以上である。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-06-11 UTC。
[null,null,["最終更新日 2024-06-11 UTC。"],[[["This documentation details the different enums used to categorize content based on its duration."],["The content duration options range from under a minute to over an hour, offering a variety of length classifications."],["`CONTENT_DURATION_UNSPECIFIED` and `CONTENT_DURATION_UNKNOWN` serve as placeholders or indicators of missing duration information."],["Each enum clearly defines the duration range it represents, facilitating easy categorization and understanding of content length."]]],["The content defines various duration options for content. These options include `CONTENT_DURATION_UNSPECIFIED` (a default placeholder), `CONTENT_DURATION_UNKNOWN`, and specific ranges: `CONTENT_DURATION_0_TO_1_MIN`, `CONTENT_DURATION_1_TO_5_MIN`, `CONTENT_DURATION_5_TO_15_MIN`, `CONTENT_DURATION_15_TO_30_MIN`, `CONTENT_DURATION_30_TO_60_MIN`, and `CONTENT_DURATION_OVER_60_MIN`. Each enum represents a different timeframe for the length of content, ranging from unspecified to over 60 minutes.\n"]]