Lớp GCKHLSVideoSegment

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 GCKHLSVideoSegmentFormatNSString.

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. nil cho GCKHLSVideoSegmentFormatUndefined và 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 GCKHLSVideoSegmentFormat tương ứng. GCKHLSVideoSegmentFormatUndefined cho chuỗi không hợp lệ.
Năm thành lập
4.6.0