public abstract class

MimeInfo.Builder

extends java.lang.Object

 java.lang.Object

↳androidx.camera.video.internal.config.MimeInfo.Builder

Overview

A Builder for a MimeInfo

Summary

Constructors
publicBuilder()

Methods
public abstract MimeInfobuild()

Builds the MimeInfo.

public abstract MimeInfo.BuildersetCompatibleCamcorderProfile(CamcorderProfileProxy camcorderProfile)

Sets a compatible camcorder profile

public abstract MimeInfo.BuildersetProfile(int profile)

Sets the mime profile

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

Constructors

public Builder()

Methods

public abstract MimeInfo.Builder setProfile(int profile)

Sets the mime profile

public abstract MimeInfo.Builder setCompatibleCamcorderProfile(CamcorderProfileProxy camcorderProfile)

Sets a compatible camcorder profile

public abstract MimeInfo build()

Builds the MimeInfo.