Back to Exoplayer

Muxer.MuxerException (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/transformer/Muxer.MuxerException.html

latest2.5 KB
Original Source

Package com.google.android.exoplayer2.transformer

Class Muxer.MuxerException


public static final classMuxer.MuxerExceptionextends[Exception](https://developer.android.com/reference/java/lang/Exception.html "class or interface in java.lang")

Thrown when a muxing failure occurs. See Also:Serialized Form

Constructor Summary

Constructors | Constructor | Description | | --- | --- | | MuxerException​(String message, Throwable cause) | Creates an instance. |

Method Summary

- 

Methods inherited from class java.lang.Throwable

addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

- 

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

- 

MuxerException

public MuxerException​([String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")message,[Throwable](https://developer.android.com/reference/java/lang/Throwable.html "class or interface in java.lang")cause)

Creates an instance. Parameters:message - See Throwable.getMessage().cause - See Throwable.getCause().