Uses of Class
com.azure.resourcemanager.mediaservices.models.Layer

Packages that use Layer
Package
Description
Package containing the data models for AzureMediaServices.
  • Uses of Layer in com.azure.resourcemanager.mediaservices.models

    Modifier and Type
    Class
    Description
    final class 
    Describes the settings to be used when encoding the input video into a desired output bitrate layer with the H.264 video codec.
    final class 
    Describes the settings to be used when encoding the input video into a desired output bitrate layer with the H.265 video codec.
    class 
    Describes the settings to be used when encoding the input video into a desired output bitrate layer.
    final class 
    Describes the settings to produce a JPEG image from the input video.
    final class 
    Describes the settings to produce a PNG image from the input video.
    class 
    Describes the settings to be used when encoding the input video into a desired output bitrate layer.
    Modifier and Type
    Method
    Description
    Layer.withHeight(String height)
    Set the height property: The height of the output video for this layer.
    Layer.withLabel(String label)
    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.
    Layer.withWidth(String width)
    Set the width property: The width of the output video for this layer.