public final class VideoFileDetailsAudioStream extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the YouTube Data API v3. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
VideoFileDetailsAudioStream() |
Modifier and Type | Method and Description |
---|---|
VideoFileDetailsAudioStream |
clone() |
BigInteger |
getBitrateBps()
The audio stream's bitrate, in bits per second.
|
Long |
getChannelCount()
The number of audio channels that the stream contains.
|
String |
getCodec()
The audio codec that the stream uses.
|
String |
getVendor()
A value that uniquely identifies a video vendor.
|
VideoFileDetailsAudioStream |
set(String fieldName,
Object value) |
VideoFileDetailsAudioStream |
setBitrateBps(BigInteger bitrateBps)
The audio stream's bitrate, in bits per second.
|
VideoFileDetailsAudioStream |
setChannelCount(Long channelCount)
The number of audio channels that the stream contains.
|
VideoFileDetailsAudioStream |
setCodec(String codec)
The audio codec that the stream uses.
|
VideoFileDetailsAudioStream |
setVendor(String vendor)
A value that uniquely identifies a video vendor.
|
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 BigInteger getBitrateBps()
null
for nonepublic VideoFileDetailsAudioStream setBitrateBps(BigInteger bitrateBps)
bitrateBps
- bitrateBps or null
for nonepublic Long getChannelCount()
null
for nonepublic VideoFileDetailsAudioStream setChannelCount(Long channelCount)
channelCount
- channelCount or null
for nonepublic String getCodec()
null
for nonepublic VideoFileDetailsAudioStream setCodec(String codec)
codec
- codec or null
for nonepublic String getVendor()
null
for nonepublic VideoFileDetailsAudioStream setVendor(String vendor)
vendor
- vendor or null
for nonepublic VideoFileDetailsAudioStream set(String fieldName, Object value)
set
in class GenericJson
public VideoFileDetailsAudioStream clone()
clone
in class GenericJson
Copyright © 2011–2021 Google. All rights reserved.