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

117 строки
8.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mediaservices.models.Fade"
fullName: "com.azure.resourcemanager.mediaservices.models.Fade"
name: "Fade"
nameWithType: "Fade"
summary: "Describes the properties of a Fade effect applied to the input media."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- 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 **Fade**"
constructors:
- uid: "com.azure.resourcemanager.mediaservices.models.Fade.Fade()"
fullName: "com.azure.resourcemanager.mediaservices.models.Fade.Fade()"
name: "Fade()"
nameWithType: "Fade.Fade()"
summary: "Creates an instance of Fade class."
syntax: "public Fade()"
desc: "Creates an instance of Fade class."
methods:
- uid: "com.azure.resourcemanager.mediaservices.models.Fade.duration()"
fullName: "com.azure.resourcemanager.mediaservices.models.Fade.duration()"
name: "duration()"
nameWithType: "Fade.duration()"
summary: "Get the duration property: The Duration of the fade effect in the video."
syntax: "public Duration duration()"
desc: "Get the duration property: The Duration of the fade effect in the video. The value can be in ISO 8601 format (For example, PT05S to fade In/Out a color during 5 seconds), or a frame count (For example, 10 to fade 10 frames from the start time), or a relative value to stream duration (For example, 10% to fade 10% of stream duration)."
returns:
description: "the duration value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html\">Duration</a>"
- uid: "com.azure.resourcemanager.mediaservices.models.Fade.fadeColor()"
fullName: "com.azure.resourcemanager.mediaservices.models.Fade.fadeColor()"
name: "fadeColor()"
nameWithType: "Fade.fadeColor()"
summary: "Get the fade<wbr>Color property: The Color for the fade In/Out."
syntax: "public String fadeColor()"
desc: "Get the fadeColor property: The Color for the fade In/Out. it can be on the CSS Level1 colors https://developer.mozilla.org/en-US/docs/Web/CSS/color\\_value/color\\_keywords or an RGB/hex value: e.g: rgb(255,0,0), 0xFF0000 or \\#FF0000."
returns:
description: "the fadeColor value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mediaservices.models.Fade.start()"
fullName: "com.azure.resourcemanager.mediaservices.models.Fade.start()"
name: "start()"
nameWithType: "Fade.start()"
summary: "Get the start property: The position in the input video from where to start fade."
syntax: "public String start()"
desc: "Get the start property: The position in the input video from where to start fade. The value can be in ISO 8601 format (For example, PT05S to start at 5 seconds), or a frame count (For example, 10 to start at the 10th frame), or a relative value to stream duration (For example, 10% to start at 10% of stream duration). Default is 0."
returns:
description: "the start value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mediaservices.models.Fade.validate()"
fullName: "com.azure.resourcemanager.mediaservices.models.Fade.validate()"
name: "validate()"
nameWithType: "Fade.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.mediaservices.models.Fade.withDuration(java.time.Duration)"
fullName: "com.azure.resourcemanager.mediaservices.models.Fade.withDuration(Duration duration)"
name: "withDuration(Duration duration)"
nameWithType: "Fade.withDuration(Duration duration)"
summary: "Set the duration property: The Duration of the fade effect in the video."
parameters:
- description: "the duration value to set."
name: "duration"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html\">Duration</a>"
syntax: "public Fade withDuration(Duration duration)"
desc: "Set the duration property: The Duration of the fade effect in the video. The value can be in ISO 8601 format (For example, PT05S to fade In/Out a color during 5 seconds), or a frame count (For example, 10 to fade 10 frames from the start time), or a relative value to stream duration (For example, 10% to fade 10% of stream duration)."
returns:
description: "the Fade object itself."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.Fade?alt=com.azure.resourcemanager.mediaservices.models.Fade&text=Fade\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.Fade.withFadeColor(java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.Fade.withFadeColor(String fadeColor)"
name: "withFadeColor(String fadeColor)"
nameWithType: "Fade.withFadeColor(String fadeColor)"
summary: "Set the fade<wbr>Color property: The Color for the fade In/Out."
parameters:
- description: "the fadeColor value to set."
name: "fadeColor"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Fade withFadeColor(String fadeColor)"
desc: "Set the fadeColor property: The Color for the fade In/Out. it can be on the CSS Level1 colors https://developer.mozilla.org/en-US/docs/Web/CSS/color\\_value/color\\_keywords or an RGB/hex value: e.g: rgb(255,0,0), 0xFF0000 or \\#FF0000."
returns:
description: "the Fade object itself."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.Fade?alt=com.azure.resourcemanager.mediaservices.models.Fade&text=Fade\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.Fade.withStart(java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.Fade.withStart(String start)"
name: "withStart(String start)"
nameWithType: "Fade.withStart(String start)"
summary: "Set the start property: The position in the input video from where to start fade."
parameters:
- description: "the start value to set."
name: "start"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Fade withStart(String start)"
desc: "Set the start property: The position in the input video from where to start fade. The value can be in ISO 8601 format (For example, PT05S to start at 5 seconds), or a frame count (For example, 10 to start at the 10th frame), or a relative value to stream duration (For example, 10% to start at 10% of stream duration). Default is 0."
returns:
description: "the Fade object itself."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.Fade?alt=com.azure.resourcemanager.mediaservices.models.Fade&text=Fade\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Describes the properties of a Fade effect applied to the input media."
metadata: {}
package: "com.azure.resourcemanager.mediaservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mediaservices:2.3.0