Package com.castlabs.sdk.oma
Class FormatUtil
- java.lang.Object
-
- com.castlabs.sdk.oma.FormatUtil
-
public class FormatUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description FormatUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MediaFormat
getFrameworkMediaFormatV16(com.google.android.exoplayer2.Format f)
Returns aMediaFormat
representation of the provided format.
-
-
-
Method Detail
-
getFrameworkMediaFormatV16
public static MediaFormat getFrameworkMediaFormatV16(com.google.android.exoplayer2.Format f)
Returns aMediaFormat
representation of the provided format.- Parameters:
f
- the format from which to build the MediaFormat
-
-