Package tvi.webrtc

Class PlatformSoftwareVideoDecoderFactory

  • All Implemented Interfaces:
    VideoDecoderFactory

    public class PlatformSoftwareVideoDecoderFactory
    extends java.lang.Object
    Factory for Android platform software VideoDecoders.
    • Constructor Detail

      • PlatformSoftwareVideoDecoderFactory

        public PlatformSoftwareVideoDecoderFactory​(@Nullable
                                                   EglBase.Context sharedContext)
        Creates a PlatformSoftwareVideoDecoderFactory that supports surface texture rendering.
        Parameters:
        sharedContext - The textures generated will be accessible from this context. May be null, this disables texture support.