Package com.castlabs.sdk.debug
Class Utils
java.lang.Object
com.castlabs.sdk.debug.Utils
Utility class for debug purposes.
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
format2Color
(com.google.android.exoplayer2.Format format) Converts a video format to a color integer.
-
Method Details
-
format2Color
public static int format2Color(com.google.android.exoplayer2.Format format) Converts a video format to a color integer.- Parameters:
format
- The video format.- Returns:
- A color integer representing the format.
-