Uses of Class
com.azure.resourcemanager.mediaservices.models.VideoLayer
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of VideoLayer in com.azure.resourcemanager.mediaservices.models
Modifier and TypeClassDescriptionfinal class
Describes the settings to be used when encoding the input video into a desired output bitrate layer with the H.264 video codec.Modifier and TypeMethodDescriptionVideoLayer.withAdaptiveBFrame
(Boolean adaptiveBFrame) Set the adaptiveBFrame property: Whether or not adaptive B-frames are to be used when encoding this layer.VideoLayer.withBFrames
(Integer bFrames) Set the bFrames property: The number of B-frames to be used when encoding this layer.VideoLayer.withBitrate
(int bitrate) Set the bitrate property: The average bitrate in bits per second at which to encode the input video when generating this layer.VideoLayer.withFrameRate
(String frameRate) Set the frameRate property: The frame rate (in frames per second) at which to encode this layer.VideoLayer.withHeight
(String height) Set the height property: The height of the output video for this layer.Set the label property: The alphanumeric label for this layer, which can be used in multiplexing different video and audio layers, or in naming the output file.VideoLayer.withMaxBitrate
(Integer maxBitrate) Set the maxBitrate property: The maximum bitrate (in bits per second), at which the VBV buffer should be assumed to refill.VideoLayer.withSlices
(Integer slices) Set the slices property: The number of slices to be used when encoding this layer.Set the width property: The width of the output video for this layer.