65 строки
5.9 KiB
YAML
65 строки
5.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.mediaservices.models.ImageFormat"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.ImageFormat"
|
|
name: "ImageFormat"
|
|
nameWithType: "ImageFormat"
|
|
summary: "Describes the properties for an output image file."
|
|
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\" />"
|
|
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\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.mediaservices.models.Format.validate()?alt=com.azure.resourcemanager.mediaservices.models.Format.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.mediaservices.models.Format.withFilenamePattern(java.lang.String)?alt=com.azure.resourcemanager.mediaservices.models.Format.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 class **ImageFormat**</br> extends <xref href=\"com.azure.resourcemanager.mediaservices.models.Format?alt=com.azure.resourcemanager.mediaservices.models.Format&text=Format\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.ImageFormat.ImageFormat()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.ImageFormat.ImageFormat()"
|
|
name: "ImageFormat()"
|
|
nameWithType: "ImageFormat.ImageFormat()"
|
|
summary: "Creates an instance of Image<wbr>Format class."
|
|
syntax: "public ImageFormat()"
|
|
desc: "Creates an instance of ImageFormat class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.ImageFormat.validate()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.ImageFormat.validate()"
|
|
name: "validate()"
|
|
nameWithType: "ImageFormat.validate()"
|
|
summary: "Validates the instance."
|
|
overridden: "com.azure.resourcemanager.mediaservices.models.Format.validate()"
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.ImageFormat.withFilenamePattern(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.ImageFormat.withFilenamePattern(String filenamePattern)"
|
|
name: "withFilenamePattern(String filenamePattern)"
|
|
nameWithType: "ImageFormat.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.Format.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 ImageFormat 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.ImageFormat?alt=com.azure.resourcemanager.mediaservices.models.ImageFormat&text=ImageFormat\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Describes the properties for an output image file."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.mediaservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-mediaservices:2.3.0
|