Uses of Class
com.azure.resourcemanager.mediaservices.models.H265VideoLayer
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of H265VideoLayer 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.265 video codec.Modifier and TypeMethodDescriptionH265VideoLayer.withAdaptiveBFrame
(Boolean adaptiveBFrame) Set the adaptiveBFrame property: Specifies whether or not adaptive B-frames are to be used when encoding this layer.H265VideoLayer.withBFrames
(Integer bFrames) Set the bFrames property: The number of B-frames to be used when encoding this layer.H265VideoLayer.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.H265VideoLayer.withFrameRate
(String frameRate) Set the frameRate property: The frame rate (in frames per second) at which to encode this layer.H265VideoLayer.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.H265VideoLayer.withMaxBitrate
(Integer maxBitrate) Set the maxBitrate property: The maximum bitrate (in bits per second), at which the VBV buffer should be assumed to refill.H265VideoLayer.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.