Serializablepublic static final class MergingMediaSource.IllegalMergeException extends IOException
MergingMediaSource cannot merge its sources.| Modifier and Type | Class | Description |
|---|---|---|
static interface |
MergingMediaSource.IllegalMergeException.Reason |
The reason the merge failed.
|
| Modifier and Type | Field | Description |
|---|---|---|
int |
reason |
The reason the merge failed.
|
static int |
REASON_PERIOD_COUNT_MISMATCH |
The sources have different period counts.
|
| Constructor | Description |
|---|---|
IllegalMergeException(int reason) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final int REASON_PERIOD_COUNT_MISMATCH
@Reason public final int reason
public IllegalMergeException(@Reason int reason)
reason - The reason the merge failed.