Uses of Class
com.azure.resourcemanager.mediaservices.models.H264Video
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of H264Video in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionH264Video.withComplexity
(H264Complexity complexity) Set the complexity property: Tells the encoder how to choose its encoding settings.H264Video.withKeyFrameInterval
(Duration keyFrameInterval) Set the keyFrameInterval property: The distance between two key frames.Set the label property: An optional label for the codec.H264Video.withLayers
(List<H264Layer> layers) Set the layers property: The collection of output H.264 layers to be produced by the encoder.H264Video.withRateControlMode
(H264RateControlMode rateControlMode) Set the rateControlMode property: The video rate control mode.H264Video.withSceneChangeDetection
(Boolean sceneChangeDetection) Set the sceneChangeDetection property: Whether or not the encoder should insert key frames at scene changes.H264Video.withStretchMode
(StretchMode stretchMode) Set the stretchMode property: The resizing mode - how the input video will be resized to fit the desired output resolution(s).H264Video.withSyncMode
(VideoSyncMode syncMode) Set the syncMode property: The Video Sync Mode.