68 строки
6.3 KiB
YAML
68 строки
6.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.mediaservices.models.JpgFormat"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.JpgFormat"
|
|
name: "JpgFormat"
|
|
nameWithType: "JpgFormat"
|
|
summary: "Describes the settings for producing JPEG thumbnails."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.mediaservices.models.Format?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.mediaservices.models.ImageFormat?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.resourcemanager.mediaservices.models.Format?alt=com.azure.resourcemanager.mediaservices.models.Format&text=Format\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.resourcemanager.mediaservices.models.Format.filenamePattern()?alt=com.azure.resourcemanager.mediaservices.models.Format.filenamePattern&text=filenamePattern\" data-throw-if-not-resolved=\"False\" />"
|
|
- classRef: "<xref href=\"com.azure.resourcemanager.mediaservices.models.ImageFormat?alt=com.azure.resourcemanager.mediaservices.models.ImageFormat&text=ImageFormat\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.resourcemanager.mediaservices.models.ImageFormat.validate()?alt=com.azure.resourcemanager.mediaservices.models.ImageFormat.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.mediaservices.models.ImageFormat.withFilenamePattern(java.lang.String)?alt=com.azure.resourcemanager.mediaservices.models.ImageFormat.withFilenamePattern&text=withFilenamePattern\" data-throw-if-not-resolved=\"False\" />"
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **JpgFormat**</br> extends <xref href=\"com.azure.resourcemanager.mediaservices.models.ImageFormat?alt=com.azure.resourcemanager.mediaservices.models.ImageFormat&text=ImageFormat\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.JpgFormat.JpgFormat()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.JpgFormat.JpgFormat()"
|
|
name: "JpgFormat()"
|
|
nameWithType: "JpgFormat.JpgFormat()"
|
|
summary: "Creates an instance of Jpg<wbr>Format class."
|
|
syntax: "public JpgFormat()"
|
|
desc: "Creates an instance of JpgFormat class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.JpgFormat.validate()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.JpgFormat.validate()"
|
|
name: "validate()"
|
|
nameWithType: "JpgFormat.validate()"
|
|
summary: "Validates the instance."
|
|
overridden: "com.azure.resourcemanager.mediaservices.models.ImageFormat.validate()"
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.JpgFormat.withFilenamePattern(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.JpgFormat.withFilenamePattern(String filenamePattern)"
|
|
name: "withFilenamePattern(String filenamePattern)"
|
|
nameWithType: "JpgFormat.withFilenamePattern(String filenamePattern)"
|
|
summary: "Set the filename<wbr>Pattern property: The file naming pattern used for the creation of output files."
|
|
overridden: "com.azure.resourcemanager.mediaservices.models.ImageFormat.withFilenamePattern(java.lang.String)"
|
|
parameters:
|
|
- name: "filenamePattern"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public JpgFormat withFilenamePattern(String filenamePattern)"
|
|
desc: "Set the filenamePattern property: The file naming pattern used for the creation of output files. The following macros are supported in the file name: \\{Basename\\} - An expansion macro that will use the name of the input video file. If the base name(the file suffix is not included) of the input video file is less than 32 characters long, the base name of input video files will be used. If the length of base name of the input video file exceeds 32 characters, the base name is truncated to the first 32 characters in total length. \\{Extension\\} - The appropriate extension for this format. \\{Label\\} - The label assigned to the codec/layer. \\{Index\\} - A unique index for thumbnails. Only applicable to thumbnails. \\{AudioStream\\} - string \"Audio\" plus audio stream number(start from 1). \\{Bitrate\\} - The audio/video bitrate in kbps. Not applicable to thumbnails. \\{Codec\\} - The type of the audio/video codec. \\{Resolution\\} - The video resolution. Any unsubstituted macros will be collapsed and removed from the filename."
|
|
returns:
|
|
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.JpgFormat?alt=com.azure.resourcemanager.mediaservices.models.JpgFormat&text=JpgFormat\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Describes the settings for producing JPEG thumbnails."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.mediaservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-mediaservices:2.3.0
|