Package com.google.android.exoplayer2
Annotation Type PlaybackException.FieldNumber
-
@Documented @Retention(SOURCE) protected static @interface PlaybackException.FieldNumber
Identifiers for fields in aBundlewhich represents a playback exception. Subclasses may usePlaybackException.FIELD_CUSTOM_ID_BASEto generate more keys usingPlaybackException.keyForField(int).Note: Changes to the Bundleable implementation must be backwards compatible, so as to avoid breaking communication across different Bundleable implementation versions.