public abstract class

Metadata.Builder

extends java.lang.Object

 java.lang.Object

↳androidx.camera.view.video.Metadata.Builder

Overview

The builder for Metadata.

Summary

Methods
public abstract Metadatabuild()

Build the Metadata from this builder.

public abstract Metadata.BuildersetLocation(Location location)

Sets a object representing a geographic location where the video was taken.

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

Methods

public abstract Metadata.Builder setLocation(Location location)

Sets a object representing a geographic location where the video was taken.

If null, no location information will be saved with the video. Default value is null.

public abstract Metadata build()

Build the Metadata from this builder.