Referência de classe GCKHLSSegment
Informações gerais
Classe que fornece auxiliares para conversão entre GCKHLSSegmentFormat
e NSString
.
Herda o NSObject.
Resumo do método de classe | |
(nullable NSString *) | + mapHLSSegmentFormatToString: |
Método auxiliar para converter de GCKHLSSegmentFormat em NSString . Mais... | |
(GCKHLSSegmentFormat) | + mapHLSSegmentFormatStringToEnum: |
Método auxiliar para converter de NSString em GCKHLSSegmentFormat . Mais... | |
Detalhes dos métodos
+ (nullable NSString *) mapHLSSegmentFormatToString: | (GCKHLSSegmentFormat) | hlsSegmentFormat |
Método auxiliar para converter de GCKHLSSegmentFormat
em NSString
.
- Retorna
- NSString O valor da string correspondente a
GCKHLSSegmentFormat
.nil
paraGCKHLSSegmentFormatUndefined
e valores de enumeração inválidos.
- Como
- 4.6.0
+ (GCKHLSSegmentFormat) mapHLSSegmentFormatStringToEnum: | (NSString *) | hlsSegmentFormatString |
Método auxiliar para converter de NSString
em GCKHLSSegmentFormat
.
A comparação não diferencia maiúsculas de minúsculas.
- Retorna
- GCKHLSSegmentFormat O valor de enumeração
GCKHLSSegmentFormat
correspondente.GCKHLSSegmentFormatUndefined
para string inválida.
- Como
- 4.6.0