Uses of Class
com.amilesend.onedrive.resource.item.type.Video.VideoBuilder
Packages that use Video.VideoBuilder
-
Uses of Video.VideoBuilder in com.amilesend.onedrive.resource.item.type
Methods in com.amilesend.onedrive.resource.item.type that return Video.VideoBuilderModifier and TypeMethodDescriptionVideo.VideoBuilder.audioBitsPerSample(int audioBitsPerSample) Number of bits per sample.Video.VideoBuilder.audioChannels(int audioChannels) Number of channels.Video.VideoBuilder.audioFormat(String audioFormat) Encoded audio format.Video.VideoBuilder.audioSamplesPerSecond(int audioSamplesPerSecond) Number of samples per second for audio.Video.VideoBuilder.bitrate(int bitrate) The video bitrate.static Video.VideoBuilderVideo.builder()Video.VideoBuilder.duration(long duration) The duration of the video in milliseconds.The video format ("Four Character Code").Video.VideoBuilder.frameRate(double frameRate) The video frame rate (frams per second).Video.VideoBuilder.height(int height) The video height in pixels.Video.VideoBuilder.width(int width) The video width in pixels.