Tệp GCKHLSSegmentFormat.h
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Enum GCKHLSSegmentFormat.
Xem thêm...
Enum GCKHLSSegmentFormat.
Loại phân đoạn HLS.
Liệt kê |
---|
GCKHLSSegmentFormatUndefined |
Không xác định.
Được dùng khi giao thức truyền trực tuyến không phải là HLS.
|
GCKHLSSegmentFormatAAC |
Loại phân đoạn HLS là AAC.
|
GCKHLSSegmentFormatAC3 |
Loại phân đoạn HLS AC3.
|
GCKHLSSegmentFormatMP3 |
Loại phân đoạn HLS (Phát trực tuyến dựa trên HTTP) MP3.
|
GCKHLSSegmentFormatTS |
Loại phân đoạn HLS TS.
|
GCKHLSSegmentFormatTS_AAC |
Loại phân đoạn HLS TS AAC.
|
GCKHLSSegmentFormatE_AC3 |
Loại phân đoạn HLS E AC3.
|
GCKHLSSegmentFormatFMP4 |
Loại phân đoạn HLS FMP4.
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2023-12-02 UTC.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2023-12-02 UTC."],[[["This document details the `GCKHLSSegmentFormat` enum, which defines different HLS segment types used in Google Cast."],["The `GCKHLSSegment` class provides helper methods to convert between `GCKHLSSegmentFormat` values and `NSString` representations."],["The `GCKHLSSegmentFormat` enum includes values like `GCKHLSSegmentFormatAAC`, `GCKHLSSegmentFormatAC3`, `GCKHLSSegmentFormatMP3`, and others representing various HLS segment formats."],["`GCKHLSSegmentFormatUndefined` is used when the streaming protocol is not HLS."]]],["This content defines the `GCKHLSSegmentFormat` enum, which specifies different types of HLS (HTTP Live Streaming) segments. It also introduces the `GCKHLSSegment` class, designed to aid in the conversion between the segment format and `NSString`. The enum includes options for undefined, AAC, AC3, MP3, TS, TS AAC, E AC3, and FMP4 segment types, each described with a corresponding use case.\n"]]