public abstract class

VideoDecoder

extends Object
java.lang.Object
   ↳ org.libpag.VideoDecoder

Summary

Public Constructors
VideoDecoder()
Public Methods
static void RegisterSoftwareDecoderFactory(long factory)
Register a software decoder factory to implement the decoder fallback mechanism.
static void SetMaxHardwareDecoderCount(int maxCount)
Set the maximum number of hardware video decoders that can be create.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public VideoDecoder ()

Public Methods

public static void RegisterSoftwareDecoderFactory (long factory)

Register a software decoder factory to implement the decoder fallback mechanism. For further info please visit : https://pag.io/docs/plugin-decoder.html

public static void SetMaxHardwareDecoderCount (int maxCount)

Set the maximum number of hardware video decoders that can be create.