Back to Exoplayer

FakeCryptoConfig (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/testutil/FakeCryptoConfig.html

latest1.5 KB
Original Source

Package com.google.android.exoplayer2.testutil

Class FakeCryptoConfig

  • java.lang.Object

    • com.google.android.exoplayer2.testutil.FakeCryptoConfig
  • All Implemented Interfaces:CryptoConfig


public final classFakeCryptoConfigextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")implements[CryptoConfig](../decoder/CryptoConfig.html "interface in com.google.android.exoplayer2.decoder")

Fake CryptoConfig.

Field Summary

Fields | Modifier and Type | Field | Description | | --- | --- | --- | | static int | TYPE | |

Constructor Summary

Constructors | Constructor | Description | | --- | --- | | FakeCryptoConfig() | |

Method Summary

- 

Methods inherited from class java.lang.Object

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

Field Detail

- 

TYPE

public static final int TYPE

See Also:Constant Field Values

Constructor Detail

- 

FakeCryptoConfig

public FakeCryptoConfig()