MicrosoftGraphVideo |
MicrosoftGraphDriveItem.video() |
Get the video property: video.
|
MicrosoftGraphVideo |
MicrosoftGraphRemoteItem.video() |
Get the video property: video.
|
MicrosoftGraphVideo |
MicrosoftGraphVideo.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: video.
|
MicrosoftGraphVideo |
MicrosoftGraphVideo.withAudioBitsPerSample(Integer audioBitsPerSample) |
Set the audioBitsPerSample property: Number of audio bits per sample.
|
MicrosoftGraphVideo |
MicrosoftGraphVideo.withAudioChannels(Integer audioChannels) |
Set the audioChannels property: Number of audio channels.
|
MicrosoftGraphVideo |
MicrosoftGraphVideo.withAudioFormat(String audioFormat) |
Set the audioFormat property: Name of the audio format (AAC, MP3, etc.).
|
MicrosoftGraphVideo |
MicrosoftGraphVideo.withAudioSamplesPerSecond(Integer audioSamplesPerSecond) |
Set the audioSamplesPerSecond property: Number of audio samples per second.
|
MicrosoftGraphVideo |
MicrosoftGraphVideo.withBitrate(Integer bitrate) |
Set the bitrate property: Bit rate of the video in bits per second.
|
MicrosoftGraphVideo |
MicrosoftGraphVideo.withDuration(Long duration) |
Set the duration property: Duration of the file in milliseconds.
|
MicrosoftGraphVideo |
MicrosoftGraphVideo.withFourCC(String fourCC) |
Set the fourCC property: 'Four character code' name of the video format.
|
MicrosoftGraphVideo |
MicrosoftGraphVideo.withFrameRate(Double frameRate) |
Set the frameRate property: Frame rate of the video.
|
MicrosoftGraphVideo |
MicrosoftGraphVideo.withHeight(Integer height) |
Set the height property: Height of the video, in pixels.
|
MicrosoftGraphVideo |
MicrosoftGraphVideo.withWidth(Integer width) |
Set the width property: Width of the video, in pixels.
|