HardwareVideoDecoderFactory

Factory for Android hardware VideoDecoders.

Constructors

Link copied to clipboard
constructor()
Creates a HardwareVideoDecoderFactory that does not use surface textures.
constructor(@Nullable sharedContext: EglBase.Context)
Creates a HardwareVideoDecoderFactory that supports surface texture rendering.
constructor(@Nullable sharedContext: EglBase.Context, @Nullable codecAllowedPredicate: Predicate<MediaCodecInfo>)
Creates a HardwareVideoDecoderFactory that supports surface texture rendering.

Inherited functions

Link copied to clipboard
Creates a VideoDecoder for the given codec.
Link copied to clipboard
Enumerates the list of supported video codecs.