Back to Exoplayer

RtspMediaSource.RtspUdpUnsupportedTransportException (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/source/rtsp/RtspMediaSource.RtspUdpUnsupportedTransportException.html

latest2.6 KB
Original Source

Package com.google.android.exoplayer2.source.rtsp

Class RtspMediaSource.RtspUdpUnsupportedTransportException


public static final classRtspMediaSource.RtspUdpUnsupportedTransportExceptionextends[RtspMediaSource.RtspPlaybackException](RtspMediaSource.RtspPlaybackException.html "class in com.google.android.exoplayer2.source.rtsp")

Thrown when an RTSP Unsupported Transport error (461) is encountered during RTSP Setup. See Also:Serialized Form

Constructor Summary

Constructors | Constructor | Description | | --- | --- | | RtspUdpUnsupportedTransportException​(String message) | |

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

- 

RtspUdpUnsupportedTransportException

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