public abstract class

EncoderProfilesProxy.ImmutableEncoderProfilesProxy

extends java.lang.Object

implements EncoderProfilesProxy

 java.lang.Object

↳androidx.camera.core.impl.EncoderProfilesProxy.ImmutableEncoderProfilesProxy

Overview

An implementation of EncoderProfilesProxy that is immutable.

Summary

Constructors
publicImmutableEncoderProfilesProxy()

Methods
public static EncoderProfilesProxy.ImmutableEncoderProfilesProxycreate(int defaultDurationSeconds, int recommendedFileFormat, java.util.List<EncoderProfilesProxy.AudioProfileProxy> audioProfiles, java.util.List<EncoderProfilesProxy.VideoProfileProxy> videoProfiles)

Creates an EncoderProfilesProxy instance.

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructors

public ImmutableEncoderProfilesProxy()

Methods

public static EncoderProfilesProxy.ImmutableEncoderProfilesProxy create(int defaultDurationSeconds, int recommendedFileFormat, java.util.List<EncoderProfilesProxy.AudioProfileProxy> audioProfiles, java.util.List<EncoderProfilesProxy.VideoProfileProxy> videoProfiles)

Creates an EncoderProfilesProxy instance.