Class Video

java.lang.Object
com.microsoft.graph.models.Video
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class Video extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Video.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • audioBitsPerSample

      @SerializedName(value="audioBitsPerSample", alternate="AudioBitsPerSample") @Expose @Nullable public Integer audioBitsPerSample
      The Audio Bits Per Sample. Number of audio bits per sample.
    • audioChannels

      @SerializedName(value="audioChannels", alternate="AudioChannels") @Expose @Nullable public Integer audioChannels
      The Audio Channels. Number of audio channels.
    • audioFormat

      @SerializedName(value="audioFormat", alternate="AudioFormat") @Expose @Nullable public String audioFormat
      The Audio Format. Name of the audio format (AAC, MP3, etc.).
    • audioSamplesPerSecond

      @SerializedName(value="audioSamplesPerSecond", alternate="AudioSamplesPerSecond") @Expose @Nullable public Integer audioSamplesPerSecond
      The Audio Samples Per Second. Number of audio samples per second.
    • bitrate

      @SerializedName(value="bitrate", alternate="Bitrate") @Expose @Nullable public Integer bitrate
      The Bitrate. Bit rate of the video in bits per second.
    • duration

      @SerializedName(value="duration", alternate="Duration") @Expose @Nullable public Long duration
      The Duration. Duration of the file in milliseconds.
    • fourCC

      @SerializedName(value="fourCC", alternate="FourCC") @Expose @Nullable public String fourCC
      The Four CC. 'Four character code' name of the video format.
    • frameRate

      @SerializedName(value="frameRate", alternate="FrameRate") @Expose @Nullable public Double frameRate
      The Frame Rate. Frame rate of the video.
    • height

      @SerializedName(value="height", alternate="Height") @Expose @Nullable public Integer height
      The Height. Height of the video, in pixels.
    • width

      @SerializedName(value="width", alternate="Width") @Expose @Nullable public Integer 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:
      additionalDataManager in interface com.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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to