Metadata
public
abstract
class
Metadata
extends Object
java.lang.Object | |
↳ | androidx.camera.view.video.Metadata |
Holder class for metadata that should be saved alongside captured video.
Summary
Nested classes | |
---|---|
class |
Metadata.Builder
The builder for |
Public methods | |
---|---|
static
Metadata.Builder
|
builder()
Creates a |
abstract
Location
|
getLocation()
Returns a |
Inherited methods | |
---|---|
Public methods
builder
public static Metadata.Builder builder ()
Creates a Metadata.Builder
.
Returns | |
---|---|
Metadata.Builder |
getLocation
public abstract Location getLocation ()
Returns a Location
object representing the geographic location where the video was
taken.
Returns | |
---|---|
Location |
The location object or null if no location was set.
|
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-11-11 UTC.