HlsSegmentFormat | Doclava
public abstract @interface

HlsSegmentFormat

implements Annotation
com.google.android.gms.cast.HlsSegmentFormat

Class Overview

A class representing the format of HLS media segments.

Summary

Constants
String AAC
String AC3
String MP3
String TS
String TS_AAC
[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation

Constants

public static final String AAC

Constant Value: "aac"

public static final String AC3

Constant Value: "ac3"

public static final String MP3

Constant Value: "mp3"

public static final String TS

Constant Value: "ts"

public static final String TS_AAC

Constant Value: "ts_aac"