Uses of Class
com.azure.resourcemanager.mediaservices.models.Codec
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of Codec in com.azure.resourcemanager.mediaservices.models
Modifier and TypeClassDescriptionfinal class
Describes Advanced Audio Codec (AAC) audio encoding settings.class
Defines the common properties for all audio codecs.final class
A codec flag, which tells the encoder to copy the input audio bitstream.final class
A codec flag, which tells the encoder to copy the input video bitstream without re-encoding.final class
Describes Dolby Digital Audio Codec (AC3) audio encoding settings.final class
Describes all the properties for encoding a video with the H.264 codec.final class
Describes all the properties for encoding a video with the H.265 codec.class
Describes the basic properties for generating thumbnails from the input video.final class
Describes the properties for producing a series of JPEG images from the input video.final class
Describes the properties for producing a series of PNG images from the input video.class
Describes the basic properties for encoding the input video.Modifier and TypeMethodDescriptionSet the label property: An optional label for the codec.Modifier and TypeMethodDescriptionStandardEncoderPreset.codecs()
Get the codecs property: The list of codecs to be used when encoding the input video.Modifier and TypeMethodDescriptionStandardEncoderPreset.withCodecs
(List<Codec> codecs) Set the codecs property: The list of codecs to be used when encoding the input video.