Tài liệu tham khảo về lớp GCKHLSVideoSegment
Tổng quan
Lớp cung cấp các trình trợ giúp để chuyển đổi giữa GCKHLSVideoSegmentFormat và NSString.
Kế thừa NSObject.
Tóm tắt phương thức lớp | |
| (nullable NSString *) | + mapHLSVideoSegmentFormatToString: |
Phương thức trợ giúp để chuyển đổi từ GCKHLSVideoSegmentFormat thành NSString. Xem thêm... | |
| (GCKHLSVideoSegmentFormat) | + mapHLSVideoSegmentFormatStringToEnum: |
Phương thức trợ giúp để chuyển đổi từ to GCKHLSVidoeSegmentFormat. Xem thêm... | |
Chi tiết phương pháp
| + (nullable NSString *) mapHLSVideoSegmentFormatToString: | (GCKHLSVideoSegmentFormat) | hlsVideoSegmentFormat |
Phương thức trợ giúp để chuyển đổi từ GCKHLSVideoSegmentFormat thành NSString.
- Trả bóng
- NSString Giá trị chuỗi tương ứng với
GCKHLSVideoSegmentFormat.nilchoGCKHLSVideoSegmentFormatUndefinedvà các giá trị enum không hợp lệ.
- Năm thành lập
- 4.6.0
| + (GCKHLSVideoSegmentFormat) mapHLSVideoSegmentFormatStringToEnum: | (NSString *) | hlsVideoSegmentFormatString |
Phương thức trợ giúp để chuyển đổi từ to GCKHLSVidoeSegmentFormat.
Phép so sánh này không phân biệt chữ hoa chữ thường.
- Trả bóng
- GCKHLSVideoSegmentFormat Giá trị enum
GCKHLSVideoSegmentFormattương ứng.GCKHLSVideoSegmentFormatUndefinedcho chuỗi không hợp lệ.
- Năm thành lập
- 4.6.0