Class MicrosoftGraphVideo
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphVideo
video.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: video.Get the audioBitsPerSample property: Number of audio bits per sample.Get the audioChannels property: Number of audio channels.Get the audioFormat property: Name of the audio format (AAC, MP3, etc.).Get the audioSamplesPerSecond property: Number of audio samples per second.bitrate()Get the bitrate property: Bit rate of the video in bits per second.duration()Get the duration property: Duration of the file in milliseconds.fourCC()Get the fourCC property: 'Four character code' name of the video format.Get the frameRate property: Frame rate of the video.height()Get the height property: Height of the video, in pixels.voidvalidate()Validates the instance.width()Get the width property: Width of the video, in pixels.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: video.withAudioBitsPerSample(Integer audioBitsPerSample) Set the audioBitsPerSample property: Number of audio bits per sample.withAudioChannels(Integer audioChannels) Set the audioChannels property: Number of audio channels.withAudioFormat(String audioFormat) Set the audioFormat property: Name of the audio format (AAC, MP3, etc.).withAudioSamplesPerSecond(Integer audioSamplesPerSecond) Set the audioSamplesPerSecond property: Number of audio samples per second.withBitrate(Integer bitrate) Set the bitrate property: Bit rate of the video in bits per second.withDuration(Long duration) Set the duration property: Duration of the file in milliseconds.withFourCC(String fourCC) Set the fourCC property: 'Four character code' name of the video format.withFrameRate(Double frameRate) Set the frameRate property: Frame rate of the video.withHeight(Integer height) Set the height property: Height of the video, in pixels.Set the width property: Width of the video, in pixels.
-
Constructor Details
-
MicrosoftGraphVideo
public MicrosoftGraphVideo()Creates an instance of MicrosoftGraphVideo class.
-
-
Method Details
-
audioBitsPerSample
Get the audioBitsPerSample property: Number of audio bits per sample.- Returns:
- the audioBitsPerSample value.
-
withAudioBitsPerSample
Set the audioBitsPerSample property: Number of audio bits per sample.- Parameters:
audioBitsPerSample- the audioBitsPerSample value to set.- Returns:
- the MicrosoftGraphVideo object itself.
-
audioChannels
Get the audioChannels property: Number of audio channels.- Returns:
- the audioChannels value.
-
withAudioChannels
Set the audioChannels property: Number of audio channels.- Parameters:
audioChannels- the audioChannels value to set.- Returns:
- the MicrosoftGraphVideo object itself.
-
audioFormat
Get the audioFormat property: Name of the audio format (AAC, MP3, etc.).- Returns:
- the audioFormat value.
-
withAudioFormat
Set the audioFormat property: Name of the audio format (AAC, MP3, etc.).- Parameters:
audioFormat- the audioFormat value to set.- Returns:
- the MicrosoftGraphVideo object itself.
-
audioSamplesPerSecond
Get the audioSamplesPerSecond property: Number of audio samples per second.- Returns:
- the audioSamplesPerSecond value.
-
withAudioSamplesPerSecond
Set the audioSamplesPerSecond property: Number of audio samples per second.- Parameters:
audioSamplesPerSecond- the audioSamplesPerSecond value to set.- Returns:
- the MicrosoftGraphVideo object itself.
-
bitrate
Get the bitrate property: Bit rate of the video in bits per second.- Returns:
- the bitrate value.
-
withBitrate
Set the bitrate property: Bit rate of the video in bits per second.- Parameters:
bitrate- the bitrate value to set.- Returns:
- the MicrosoftGraphVideo object itself.
-
duration
Get the duration property: Duration of the file in milliseconds.- Returns:
- the duration value.
-
withDuration
Set the duration property: Duration of the file in milliseconds.- Parameters:
duration- the duration value to set.- Returns:
- the MicrosoftGraphVideo object itself.
-
fourCC
Get the fourCC property: 'Four character code' name of the video format.- Returns:
- the fourCC value.
-
withFourCC
Set the fourCC property: 'Four character code' name of the video format.- Parameters:
fourCC- the fourCC value to set.- Returns:
- the MicrosoftGraphVideo object itself.
-
frameRate
Get the frameRate property: Frame rate of the video.- Returns:
- the frameRate value.
-
withFrameRate
Set the frameRate property: Frame rate of the video.- Parameters:
frameRate- the frameRate value to set.- Returns:
- the MicrosoftGraphVideo object itself.
-
height
Get the height property: Height of the video, in pixels.- Returns:
- the height value.
-
withHeight
Set the height property: Height of the video, in pixels.- Parameters:
height- the height value to set.- Returns:
- the MicrosoftGraphVideo object itself.
-
width
Get the width property: Width of the video, in pixels.- Returns:
- the width value.
-
withWidth
Set the width property: Width of the video, in pixels.- Parameters:
width- the width value to set.- Returns:
- the MicrosoftGraphVideo object itself.
-
additionalProperties
Get the additionalProperties property: video.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: video.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphVideo object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-