public abstract class

OutputFileOptions.Builder

extends java.lang.Object

 java.lang.Object

↳androidx.camera.view.video.OutputFileOptions.Builder

Overview

Builder class for OutputFileOptions.

Summary

Methods
public abstract OutputFileOptionsbuild()

Builds OutputFileOptions.

public abstract OutputFileOptions.BuildersetMetadata(Metadata metadata)

Sets the metadata to be stored with the saved video.

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

Methods

public abstract OutputFileOptions.Builder setMetadata(Metadata metadata)

Sets the metadata to be stored with the saved video.

Parameters:

metadata: Metadata to be stored with the saved video.

public abstract OutputFileOptions build()

Builds OutputFileOptions.