Builder
abstract class Builder
kotlin.Any | |
↳ | androidx.camera.view.video.Metadata.Builder |
The builder for Metadata
.
Summary
Public methods | |
---|---|
abstract Metadata |
build() Build the |
abstract Metadata.Builder |
setLocation(@Nullable location: Location?) Sets a |
Public methods
setLocation
@NonNull abstract fun setLocation(@Nullable location: Location?): Metadata.Builder
Sets a Location
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
.