Package com.microsoft.graph.models
Class Video
java.lang.Object
com.microsoft.graph.models.Video
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
The class for the Video.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Audio Bits Per Sample.The Audio Channels.The Audio Format.The Audio Samples Per Second.The Bitrate.The Duration.The Four CC.The Frame Rate.The Height.the OData type of the object as returned by the serviceThe Width. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
audioBitsPerSample
@SerializedName(value="audioBitsPerSample", alternate="AudioBitsPerSample") @Expose @Nullable public Integer audioBitsPerSampleThe Audio Bits Per Sample. Number of audio bits per sample. -
audioChannels
@SerializedName(value="audioChannels", alternate="AudioChannels") @Expose @Nullable public Integer audioChannelsThe Audio Channels. Number of audio channels. -
audioFormat
@SerializedName(value="audioFormat", alternate="AudioFormat") @Expose @Nullable public String audioFormatThe Audio Format. Name of the audio format (AAC, MP3, etc.). -
audioSamplesPerSecond
@SerializedName(value="audioSamplesPerSecond", alternate="AudioSamplesPerSecond") @Expose @Nullable public Integer audioSamplesPerSecondThe Audio Samples Per Second. Number of audio samples per second. -
bitrate
The Bitrate. Bit rate of the video in bits per second. -
duration
The Duration. Duration of the file in milliseconds. -
fourCC
The Four CC. 'Four character code' name of the video format. -
frameRate
The Frame Rate. Frame rate of the video. -
height
The Height. Height of the video, in pixels. -
width
The Width. Width of the video, in pixels.
-
-
Constructor Details
-
Video
public Video()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-