Uses of Class
com.azure.resourcemanager.mediaservices.models.H264Layer
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of H264Layer in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionH264Layer.withAdaptiveBFrame
(Boolean adaptiveBFrame) Set the adaptiveBFrame property: Whether or not adaptive B-frames are to be used when encoding this layer.H264Layer.withBFrames
(Integer bFrames) Set the bFrames property: The number of B-frames to be used when encoding this layer.H264Layer.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.H264Layer.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.H264Layer.withEntropyMode
(EntropyMode entropyMode) Set the entropyMode property: The entropy mode to be used for this layer.H264Layer.withFrameRate
(String frameRate) Set the frameRate property: The frame rate (in frames per second) at which to encode this layer.H264Layer.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.H264Layer.withMaxBitrate
(Integer maxBitrate) Set the maxBitrate property: The maximum bitrate (in bits per second), at which the VBV buffer should be assumed to refill.H264Layer.withProfile
(H264VideoProfile profile) Set the profile property: We currently support Baseline, Main, High, High422, High444.H264Layer.withReferenceFrames
(Integer referenceFrames) Set the referenceFrames property: The number of reference frames to be used when encoding this layer.H264Layer.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 TypeMethodDescriptionH264Video.layers()
Get the layers property: The collection of output H.264 layers to be produced by the encoder.Modifier and TypeMethodDescriptionH264Video.withLayers
(List<H264Layer> layers) Set the layers property: The collection of output H.264 layers to be produced by the encoder.