public final class VideoFileDetailsAudioStream
extends com.google.api.client.json.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. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
VideoFileDetailsAudioStream() |
| Modifier and Type | Method and Description |
|---|---|
VideoFileDetailsAudioStream |
clone() |
java.math.BigInteger |
getBitrateBps()
The audio stream's bitrate, in bits per second.
|
java.lang.Long |
getChannelCount()
The number of audio channels that the stream contains.
|
java.lang.String |
getCodec()
The audio codec that the stream uses.
|
java.lang.String |
getVendor()
A value that uniquely identifies a video vendor.
|
VideoFileDetailsAudioStream |
set(java.lang.String fieldName,
java.lang.Object value) |
VideoFileDetailsAudioStream |
setBitrateBps(java.math.BigInteger bitrateBps)
The audio stream's bitrate, in bits per second.
|
VideoFileDetailsAudioStream |
setChannelCount(java.lang.Long channelCount)
The number of audio channels that the stream contains.
|
VideoFileDetailsAudioStream |
setCodec(java.lang.String codec)
The audio codec that the stream uses.
|
VideoFileDetailsAudioStream |
setVendor(java.lang.String vendor)
A value that uniquely identifies a video vendor.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.math.BigInteger getBitrateBps()
null for nonepublic VideoFileDetailsAudioStream setBitrateBps(java.math.BigInteger bitrateBps)
bitrateBps - bitrateBps or null for nonepublic java.lang.Long getChannelCount()
null for nonepublic VideoFileDetailsAudioStream setChannelCount(java.lang.Long channelCount)
channelCount - channelCount or null for nonepublic java.lang.String getCodec()
null for nonepublic VideoFileDetailsAudioStream setCodec(java.lang.String codec)
codec - codec or null for nonepublic java.lang.String getVendor()
null for nonepublic VideoFileDetailsAudioStream setVendor(java.lang.String vendor)
vendor - vendor or null for nonepublic VideoFileDetailsAudioStream set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic VideoFileDetailsAudioStream clone()
clone in class com.google.api.client.json.GenericJson