Uses of Class
com.azure.resourcemanager.mediaservices.models.H265Layer
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of H265Layer in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionH265Layer.withAdaptiveBFrame
(Boolean adaptiveBFrame) Set the adaptiveBFrame property: Specifies whether or not adaptive B-frames are to be used when encoding this layer.H265Layer.withBFrames
(Integer bFrames) Set the bFrames property: The number of B-frames to be used when encoding this layer.H265Layer.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.H265Layer.withBufferWindow
(Duration bufferWindow) Set the bufferWindow property: The VBV buffer window length.Set the crf property: The value of CRF to be used when encoding this layer.H265Layer.withFrameRate
(String frameRate) Set the frameRate property: The frame rate (in frames per second) at which to encode this layer.H265Layer.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.Set the level property: We currently support Level up to 6.2.H265Layer.withMaxBitrate
(Integer maxBitrate) Set the maxBitrate property: The maximum bitrate (in bits per second), at which the VBV buffer should be assumed to refill.H265Layer.withProfile
(H265VideoProfile profile) Set the profile property: We currently support Main.H265Layer.withReferenceFrames
(Integer referenceFrames) Set the referenceFrames property: The number of reference frames to be used when encoding this layer.H265Layer.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.Modifier and TypeMethodDescriptionH265Video.layers()
Get the layers property: The collection of output H.265 layers to be produced by the encoder.Modifier and TypeMethodDescriptionH265Video.withLayers
(List<H265Layer> layers) Set the layers property: The collection of output H.265 layers to be produced by the encoder.