คลาส GCKHLSVideoSegment

ข้อมูลอ้างอิงคลาส GCKHLSVideoSegment

ภาพรวม

ชั้นเรียนที่มีผู้ช่วยแปลงค่าระหว่าง GCKHLSVideoSegmentFormat กับ NSString

รับค่า NSObject

สรุปวิธีการของชั้นเรียน

(nullable NSString *) + mapHLSVideoSegmentFormatToString:
 เมธอดตัวช่วยแปลงจาก GCKHLSVideoSegmentFormat เป็น NSString เพิ่มเติม...
 
(GCKHLSVideoSegmentFormat+ mapHLSVideoSegmentFormatStringToEnum:
 วิธีตัวช่วยแปลงจาก to GCKHLSVidoeSegmentFormat เพิ่มเติม...
 

รายละเอียดของเมธอด

+ (nullable NSString *) mapHLSVideoSegmentFormatToString: (GCKHLSVideoSegmentFormat hlsVideoSegmentFormat

เมธอดตัวช่วยแปลงจาก GCKHLSVideoSegmentFormat เป็น NSString

การคืนสินค้า
NSString ค่าสตริงที่สัมพันธ์กับ GCKHLSVideoSegmentFormat nil สำหรับ GCKHLSVideoSegmentFormatUndefined และค่า enum ที่ไม่ถูกต้อง
Since
4.6.0
+ (GCKHLSVideoSegmentFormat) mapHLSVideoSegmentFormatStringToEnum: (NSString *)  hlsVideoSegmentFormatString

วิธีตัวช่วยแปลงจาก to GCKHLSVidoeSegmentFormat

การเปรียบเทียบนี้ไม่คํานึงถึงตัวพิมพ์เล็กและตัวพิมพ์ใหญ่

การคืนสินค้า
GCKHLSVideoSegmentFormat ค่า enum GCKHLSVideoSegmentFormat ที่ตรงกัน GCKHLSVideoSegmentFormatUndefined สำหรับสตริงที่ไม่ถูกต้อง
Since
4.6.0