GCKHLSVideoSegment Class

  • GCKHLSVideoSegment is a class that provides helper methods to convert between GCKHLSVideoSegmentFormat and NSString.

  • It includes a class method mapHLSVideoSegmentFormatToString: to convert GCKHLSVideoSegmentFormat to NSString.

  • It includes a class method mapHLSVideoSegmentFormatStringToEnum: to convert NSString to GCKHLSVideoSegmentFormat.

Class that provides helpers to convert between GCKHLSVideoSegmentFormat and NSString.

Inherits NSObject.

Class Method Summary

(nullable NSString *) + mapHLSVideoSegmentFormatToString:
 Helper method to convert from GCKHLSVideoSegmentFormat to NSString. More...
 
(GCKHLSVideoSegmentFormat+ mapHLSVideoSegmentFormatStringToEnum:
 Helper method to convert from to GCKHLSVidoeSegmentFormat. More...
 

Helper method to convert from GCKHLSVideoSegmentFormat to NSString.

Returns
NSString The string value corresponding to GCKHLSVideoSegmentFormat. nil for GCKHLSVideoSegmentFormatUndefined and invalid enum values.
Since
4.6.0

Helper method to convert from to GCKHLSVidoeSegmentFormat.

The comparison is case insensitive.

Returns
GCKHLSVideoSegmentFormat The corresponding GCKHLSVideoSegmentFormat enum value. GCKHLSVideoSegmentFormatUndefined for invalid string.
Since
4.6.0

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-09-18 UTC.