azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

113 строки
7.1 KiB
YAML
Исходник Обычный вид История

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mediaservices.models.JpgLayer"
fullName: "com.azure.resourcemanager.mediaservices.models.JpgLayer"
name: "JpgLayer"
nameWithType: "JpgLayer"
summary: "Describes the settings to produce a JPEG image from the input video."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.mediaservices.models.Layer?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "com.azure.resourcemanager.mediaservices.models.Layer.height()"
- "com.azure.resourcemanager.mediaservices.models.Layer.label()"
- "com.azure.resourcemanager.mediaservices.models.Layer.validate()"
- "com.azure.resourcemanager.mediaservices.models.Layer.width()"
- "com.azure.resourcemanager.mediaservices.models.Layer.withHeight(java.lang.String)"
- "com.azure.resourcemanager.mediaservices.models.Layer.withLabel(java.lang.String)"
- "com.azure.resourcemanager.mediaservices.models.Layer.withWidth(java.lang.String)"
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.hashCode()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.toString()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public final class JpgLayer extends Layer"
constructors:
- uid: "com.azure.resourcemanager.mediaservices.models.JpgLayer.JpgLayer()"
fullName: "com.azure.resourcemanager.mediaservices.models.JpgLayer.JpgLayer()"
name: "JpgLayer()"
nameWithType: "JpgLayer.JpgLayer()"
syntax: "public JpgLayer()"
methods:
- uid: "com.azure.resourcemanager.mediaservices.models.JpgLayer.quality()"
fullName: "com.azure.resourcemanager.mediaservices.models.JpgLayer.quality()"
name: "quality()"
nameWithType: "JpgLayer.quality()"
summary: "Get the quality property: The compression quality of the JPEG output."
syntax: "public Integer quality()"
desc: "Get the quality property: The compression quality of the JPEG output. Range is from 0-100 and the default is 70."
returns:
description: "the quality value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.mediaservices.models.JpgLayer.validate()"
fullName: "com.azure.resourcemanager.mediaservices.models.JpgLayer.validate()"
name: "validate()"
nameWithType: "JpgLayer.validate()"
summary: "Validates the instance."
overridden: "com.azure.resourcemanager.mediaservices.models.Layer.validate()"
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.mediaservices.models.JpgLayer.withHeight(java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.JpgLayer.withHeight(String height)"
name: "withHeight(String height)"
nameWithType: "JpgLayer.withHeight(String height)"
summary: "Set the height property: The height of the output video for this layer."
overridden: "com.azure.resourcemanager.mediaservices.models.Layer.withHeight(java.lang.String)"
parameters:
- name: "height"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public JpgLayer withHeight(String height)"
desc: "Set the height property: The height of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example 50% means the output video has half as many pixels in height as the input."
returns:
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.JpgLayer?alt=com.azure.resourcemanager.mediaservices.models.JpgLayer&text=JpgLayer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.JpgLayer.withLabel(java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.JpgLayer.withLabel(String label)"
name: "withLabel(String label)"
nameWithType: "JpgLayer.withLabel(String label)"
summary: "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."
overridden: "com.azure.resourcemanager.mediaservices.models.Layer.withLabel(java.lang.String)"
parameters:
- name: "label"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public JpgLayer withLabel(String label)"
desc: "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."
returns:
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.JpgLayer?alt=com.azure.resourcemanager.mediaservices.models.JpgLayer&text=JpgLayer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.JpgLayer.withQuality(java.lang.Integer)"
fullName: "com.azure.resourcemanager.mediaservices.models.JpgLayer.withQuality(Integer quality)"
name: "withQuality(Integer quality)"
nameWithType: "JpgLayer.withQuality(Integer quality)"
summary: "Set the quality property: The compression quality of the JPEG output."
parameters:
- description: "the quality value to set."
name: "quality"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public JpgLayer withQuality(Integer quality)"
desc: "Set the quality property: The compression quality of the JPEG output. Range is from 0-100 and the default is 70."
returns:
description: "the JpgLayer object itself."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.JpgLayer?alt=com.azure.resourcemanager.mediaservices.models.JpgLayer&text=JpgLayer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.JpgLayer.withWidth(java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.JpgLayer.withWidth(String width)"
name: "withWidth(String width)"
nameWithType: "JpgLayer.withWidth(String width)"
summary: "Set the width property: The width of the output video for this layer."
overridden: "com.azure.resourcemanager.mediaservices.models.Layer.withWidth(java.lang.String)"
parameters:
- name: "width"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public JpgLayer withWidth(String width)"
desc: "Set the width property: The width of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example 50% means the output video has half as many pixels in width as the input."
returns:
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.JpgLayer?alt=com.azure.resourcemanager.mediaservices.models.JpgLayer&text=JpgLayer\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Describes the settings to produce a JPEG image from the input video."
metadata: {}
package: "com.azure.resourcemanager.mediaservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mediaservices:2.2.0