GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
VideoMediaMetadata() |
Modifier and Type | Method and Description |
---|---|
File.VideoMediaMetadata |
clone() |
Long |
getDurationMillis()
The duration of the video in milliseconds.
|
Integer |
getHeight()
The height of the video in pixels.
|
Integer |
getWidth()
The width of the video in pixels.
|
File.VideoMediaMetadata |
set(String fieldName,
Object value) |
File.VideoMediaMetadata |
setDurationMillis(Long durationMillis)
The duration of the video in milliseconds.
|
File.VideoMediaMetadata |
setHeight(Integer height)
The height of the video in pixels.
|
File.VideoMediaMetadata |
setWidth(Integer width)
The width of the video in pixels.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Long getDurationMillis()
null
for nonepublic File.VideoMediaMetadata setDurationMillis(Long durationMillis)
durationMillis
- durationMillis or null
for nonepublic Integer getHeight()
null
for nonepublic File.VideoMediaMetadata setHeight(Integer height)
height
- height or null
for nonepublic Integer getWidth()
null
for nonepublic File.VideoMediaMetadata setWidth(Integer width)
width
- width or null
for nonepublic File.VideoMediaMetadata set(String fieldName, Object value)
set
in class GenericJson
public File.VideoMediaMetadata clone()
clone
in class GenericJson
Copyright © 2011–2020 Google. All rights reserved.