69 строки
6.0 KiB
YAML
69 строки
6.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.mediaservices.v2020_05_01.JpgLayer"
|
|
fullName: "com.microsoft.azure.management.mediaservices.v2020_05_01.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.microsoft.azure.management.mediaservices.v2020_05_01.Layer?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.microsoft.azure.management.mediaservices.v2020_05_01.Layer?alt=com.microsoft.azure.management.mediaservices.v2020_05_01.Layer&text=Layer\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.microsoft.azure.management.mediaservices.v2020_05_01.Layer.height()?alt=com.microsoft.azure.management.mediaservices.v2020_05_01.Layer.height&text=height\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.mediaservices.v2020_05_01.Layer.label()?alt=com.microsoft.azure.management.mediaservices.v2020_05_01.Layer.label&text=label\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.mediaservices.v2020_05_01.Layer.width()?alt=com.microsoft.azure.management.mediaservices.v2020_05_01.Layer.width&text=width\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.mediaservices.v2020_05_01.Layer.withHeight(java.lang.String)?alt=com.microsoft.azure.management.mediaservices.v2020_05_01.Layer.withHeight&text=withHeight\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.mediaservices.v2020_05_01.Layer.withLabel(java.lang.String)?alt=com.microsoft.azure.management.mediaservices.v2020_05_01.Layer.withLabel&text=withLabel\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.mediaservices.v2020_05_01.Layer.withWidth(java.lang.String)?alt=com.microsoft.azure.management.mediaservices.v2020_05_01.Layer.withWidth&text=withWidth\" data-throw-if-not-resolved=\"False\" />"
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **JpgLayer**</br> extends <xref href=\"com.microsoft.azure.management.mediaservices.v2020_05_01.Layer?alt=com.microsoft.azure.management.mediaservices.v2020_05_01.Layer&text=Layer\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.mediaservices.v2020_05_01.JpgLayer.JpgLayer()"
|
|
fullName: "com.microsoft.azure.management.mediaservices.v2020_05_01.JpgLayer.JpgLayer()"
|
|
name: "JpgLayer()"
|
|
nameWithType: "JpgLayer.JpgLayer()"
|
|
syntax: "public JpgLayer()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.mediaservices.v2020_05_01.JpgLayer.quality()"
|
|
fullName: "com.microsoft.azure.management.mediaservices.v2020_05_01.JpgLayer.quality()"
|
|
name: "quality()"
|
|
nameWithType: "JpgLayer.quality()"
|
|
summary: "Get the compression quality of the JPEG output."
|
|
syntax: "public Integer quality()"
|
|
desc: "Get the compression quality of the JPEG output. Range is from 0-100 and the default is 70."
|
|
returns:
|
|
description: "the quality value"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.mediaservices.v2020_05_01.JpgLayer.withQuality(java.lang.Integer)"
|
|
fullName: "com.microsoft.azure.management.mediaservices.v2020_05_01.JpgLayer.withQuality(Integer quality)"
|
|
name: "withQuality(Integer quality)"
|
|
nameWithType: "JpgLayer.withQuality(Integer quality)"
|
|
summary: "Set the compression quality of the JPEG output."
|
|
parameters:
|
|
- description: "the quality value to set"
|
|
name: "quality"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JpgLayer withQuality(Integer quality)"
|
|
desc: "Set 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.microsoft.azure.management.mediaservices.v2020_05_01.JpgLayer?alt=com.microsoft.azure.management.mediaservices.v2020_05_01.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.microsoft.azure.management.mediaservices.v2020_05_01"
|
|
artifact: com.microsoft.azure.mediaservices.v2020_05_01:azure-mgmt-media:1.0.0-beta
|