| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Field and Description |
|---|---|
protected Video |
RemoteItem.video |
| Modifier and Type | Method and Description |
|---|---|
Video |
Video.Builder.build() |
Video |
Video.withAudioBitsPerSample(Integer audioBitsPerSample) |
Video |
Video.withAudioChannels(Integer audioChannels) |
Video |
Video.withAudioFormat(String audioFormat) |
Video |
Video.withAudioSamplesPerSecond(Integer audioSamplesPerSecond) |
Video |
Video.withBitrate(Integer bitrate) |
Video |
Video.withDuration(Long duration) |
Video |
Video.withFourCC(String fourCC) |
Video |
Video.withFrameRate(Double frameRate) |
Video |
Video.withHeight(Integer height) |
Video |
Video.withWidth(Integer width) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Video> |
RemoteItem.getVideo() |
| Modifier and Type | Method and Description |
|---|---|
RemoteItem.Builder |
RemoteItem.Builder.video(Video video) |
RemoteItem |
RemoteItem.withVideo(Video video) |
| Modifier and Type | Field and Description |
|---|---|
protected Video |
DriveItem.video |
| Modifier and Type | Method and Description |
|---|---|
Optional<Video> |
DriveItem.getVideo() |
| Modifier and Type | Method and Description |
|---|---|
DriveItem.Builder |
DriveItem.Builder.video(Video video) |
DriveItem |
DriveItem.withVideo(Video video) |
Copyright © 2018–2020. All rights reserved.