Back to Exoplayer

LoadErrorHandlingPolicy.FallbackSelection (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/upstream/LoadErrorHandlingPolicy.FallbackSelection.html

latest2.3 KB
Original Source

Package com.google.android.exoplayer2.upstream

Class LoadErrorHandlingPolicy.FallbackSelection


public static final classLoadErrorHandlingPolicy.FallbackSelectionextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")

A selected fallback option.

Field Summary

Fields | Modifier and Type | Field | Description | | --- | --- | --- | | long | exclusionDurationMs | The duration for which the failing resource should be excluded, in milliseconds. | | @com.google.android.exoplayer2.upstream.LoadErrorHandlingPolicy.FallbackType int | type | The type of fallback. |

Constructor Summary

Constructors | Constructor | Description | | --- | --- | | FallbackSelection​(@com.google.android.exoplayer2.upstream.LoadErrorHandlingPolicy.FallbackType int type, long exclusionDurationMs) | Creates an instance. |

Method Summary

- 

Methods inherited from class java.lang.Object

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

Field Detail

- 

type

public final @com.google.android.exoplayer2.upstream.LoadErrorHandlingPolicy.FallbackType int type

The type of fallback.

- 

exclusionDurationMs

public final long exclusionDurationMs

The duration for which the failing resource should be excluded, in milliseconds.

Constructor Detail

- 

FallbackSelection

public FallbackSelection​(@com.google.android.exoplayer2.upstream.LoadErrorHandlingPolicy.FallbackType int type,
                         long exclusionDurationMs)

Creates an instance. Parameters:type - The type of fallback.exclusionDurationMs - The duration for which the failing resource should be excluded, in milliseconds. Must be non-negative.