HardwareVideoEncoderFactory
Factory for android hardware video encoders.
Constructors
Link copied to clipboard
constructor(sharedContext: EglBase.Context, enableIntelVp8Encoder: Boolean, enableH264HighProfile: Boolean)
Creates a HardwareVideoEncoderFactory that supports surface texture encoding.
constructor(sharedContext: EglBase.Context, enableIntelVp8Encoder: Boolean, enableH264HighProfile: Boolean, @Nullable codecAllowedPredicate: Predicate<MediaCodecInfo>)
Creates a HardwareVideoEncoderFactory that supports surface texture encoding.