Package tvi.webrtc

Class PlatformSoftwareVideoDecoderFactory

java.lang.Object
tvi.webrtc.PlatformSoftwareVideoDecoderFactory
All Implemented Interfaces:
VideoDecoderFactory

public class PlatformSoftwareVideoDecoderFactory extends Object
Factory for Android platform software VideoDecoders.
  • Constructor Details

    • 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.
  • Method Details