Uses of Class
odata.msgraph.client.beta.complex.Video.Builder
-
Packages that use Video.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of Video.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return Video.Builder Modifier and Type Method Description Video.BuilderVideo.Builder. audioBitsPerSample(Integer audioBitsPerSample)Video.BuilderVideo.Builder. audioChannels(Integer audioChannels)Video.BuilderVideo.Builder. audioFormat(String audioFormat)Video.BuilderVideo.Builder. audioSamplesPerSecond(Integer audioSamplesPerSecond)Video.BuilderVideo.Builder. bitrate(Integer bitrate)static Video.BuilderVideo. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Video.BuilderVideo.Builder. duration(Long duration)Video.BuilderVideo.Builder. fourCC(String fourCC)Video.BuilderVideo.Builder. frameRate(Double frameRate)Video.BuilderVideo.Builder. height(Integer height)Video.BuilderVideo.Builder. width(Integer width)
-