Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphVideo
Packages that use MicrosoftGraphVideo
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphVideo in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphVideoModifier and TypeMethodDescriptionMicrosoftGraphDriveItem.video()Get the video property: video.MicrosoftGraphRemoteItem.video()Get the video property: video.MicrosoftGraphVideo.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: video.MicrosoftGraphVideo.withAudioBitsPerSample(Integer audioBitsPerSample) Set the audioBitsPerSample property: Number of audio bits per sample.MicrosoftGraphVideo.withAudioChannels(Integer audioChannels) Set the audioChannels property: Number of audio channels.MicrosoftGraphVideo.withAudioFormat(String audioFormat) Set the audioFormat property: Name of the audio format (AAC, MP3, etc.).MicrosoftGraphVideo.withAudioSamplesPerSecond(Integer audioSamplesPerSecond) Set the audioSamplesPerSecond property: Number of audio samples per second.MicrosoftGraphVideo.withBitrate(Integer bitrate) Set the bitrate property: Bit rate of the video in bits per second.MicrosoftGraphVideo.withDuration(Long duration) Set the duration property: Duration of the file in milliseconds.MicrosoftGraphVideo.withFourCC(String fourCC) Set the fourCC property: 'Four character code' name of the video format.MicrosoftGraphVideo.withFrameRate(Double frameRate) Set the frameRate property: Frame rate of the video.MicrosoftGraphVideo.withHeight(Integer height) Set the height property: Height of the video, in pixels.Set the width property: Width of the video, in pixels.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphVideoModifier and TypeMethodDescriptionMicrosoftGraphDriveItem.withVideo(MicrosoftGraphVideo video) Set the video property: video.MicrosoftGraphRemoteItem.withVideo(MicrosoftGraphVideo video) Set the video property: video.