Class MergingMediaSource.IllegalMergeException

    • Field Detail

      • REASON_PERIOD_COUNT_MISMATCH

        public static final int REASON_PERIOD_COUNT_MISMATCH
        The sources have different period counts.
        See Also:
        Constant Field Values
      • reason

        public final @com.google.android.exoplayer2.source.MergingMediaSource.IllegalMergeException.Reason int reason
        The reason the merge failed.
    • Constructor Detail

      • IllegalMergeException

        public IllegalMergeException​(@com.google.android.exoplayer2.source.MergingMediaSource.IllegalMergeException.Reason int reason)
        Parameters:
        reason - The reason the merge failed.