Package com.castlabs.sdk.oma
Class FormatUtil
java.lang.Object
com.castlabs.sdk.oma.FormatUtil
Utility class for converting ExoPlayer
Format objects to Android MediaFormat objects.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MediaFormatgetFrameworkMediaFormatV16(com.google.android.exoplayer2.Format f) Returns aMediaFormatrepresentation of the provided format.
-
Constructor Details
-
FormatUtil
public FormatUtil()Default constructor.
-
-
Method Details
-
getFrameworkMediaFormatV16
Returns aMediaFormatrepresentation of the provided format.- Parameters:
f- the format from which to build the MediaFormat- Returns:
- The
MediaFormatrepresentation of the provided format.
-