234 строки
14 KiB
YAML
234 строки
14 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.mediaservices.models.LiveOutput"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutput"
|
|
name: "LiveOutput"
|
|
nameWithType: "LiveOutput"
|
|
summary: "An immutable client-side representation of Live<wbr>Output."
|
|
syntax: "public interface **LiveOutput**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutput.archiveWindowLength()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutput.archiveWindowLength()"
|
|
name: "archiveWindowLength()"
|
|
nameWithType: "LiveOutput.archiveWindowLength()"
|
|
summary: "Gets the archive<wbr>Window<wbr>Length property: ISO 8601 time between 1 minute to 25 hours to indicate the maximum content length that can be archived in the asset for this live output."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Duration archiveWindowLength()"
|
|
desc: "Gets the archiveWindowLength property: ISO 8601 time between 1 minute to 25 hours to indicate the maximum content length that can be archived in the asset for this live output. This also sets the maximum content length for the rewind window. For example, use PT1H30M to indicate 1 hour and 30 minutes of archive window."
|
|
returns:
|
|
description: "the archiveWindowLength value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html\">Duration</a>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutput.assetName()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutput.assetName()"
|
|
name: "assetName()"
|
|
nameWithType: "LiveOutput.assetName()"
|
|
summary: "Gets the asset<wbr>Name property: The asset that the live output will write to."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String assetName()"
|
|
desc: "Gets the assetName property: The asset that the live output will write to."
|
|
returns:
|
|
description: "the assetName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutput.created()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutput.created()"
|
|
name: "created()"
|
|
nameWithType: "LiveOutput.created()"
|
|
summary: "Gets the created property: The creation time the live output."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract OffsetDateTime created()"
|
|
desc: "Gets the created property: The creation time the live output."
|
|
returns:
|
|
description: "the created value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutput.description()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutput.description()"
|
|
name: "description()"
|
|
nameWithType: "LiveOutput.description()"
|
|
summary: "Gets the description property: The description of the live output."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String description()"
|
|
desc: "Gets the description property: The description of the live output."
|
|
returns:
|
|
description: "the description value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutput.hls()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutput.hls()"
|
|
name: "hls()"
|
|
nameWithType: "LiveOutput.hls()"
|
|
summary: "Gets the hls property: HTTP Live Streaming (HLS) packing setting for the live output."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Hls hls()"
|
|
desc: "Gets the hls property: HTTP Live Streaming (HLS) packing setting for the live output."
|
|
returns:
|
|
description: "the hls value."
|
|
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.Hls?alt=com.azure.resourcemanager.mediaservices.models.Hls&text=Hls\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutput.id()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutput.id()"
|
|
name: "id()"
|
|
nameWithType: "LiveOutput.id()"
|
|
summary: "Gets the id property: Fully qualified resource Id for the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String id()"
|
|
desc: "Gets the id property: Fully qualified resource Id for the resource."
|
|
returns:
|
|
description: "the id value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutput.innerModel()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutput.innerModel()"
|
|
name: "innerModel()"
|
|
nameWithType: "LiveOutput.innerModel()"
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>mediaservices.<wbr>fluent.<wbr>models.<wbr>Live<wbr>Output<wbr>Inner object."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract LiveOutputInner innerModel()"
|
|
desc: "Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.LiveOutputInner object."
|
|
returns:
|
|
description: "the inner object."
|
|
type: "<xref href=\"com.azure.resourcemanager.mediaservices.fluent.models.LiveOutputInner?alt=com.azure.resourcemanager.mediaservices.fluent.models.LiveOutputInner&text=LiveOutputInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutput.lastModified()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutput.lastModified()"
|
|
name: "lastModified()"
|
|
nameWithType: "LiveOutput.lastModified()"
|
|
summary: "Gets the last<wbr>Modified property: The time the live output was last modified."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract OffsetDateTime lastModified()"
|
|
desc: "Gets the lastModified property: The time the live output was last modified."
|
|
returns:
|
|
description: "the lastModified value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutput.manifestName()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutput.manifestName()"
|
|
name: "manifestName()"
|
|
nameWithType: "LiveOutput.manifestName()"
|
|
summary: "Gets the manifest<wbr>Name property: The manifest file name."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String manifestName()"
|
|
desc: "Gets the manifestName property: The manifest file name. If not provided, the service will generate one automatically."
|
|
returns:
|
|
description: "the manifestName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutput.name()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutput.name()"
|
|
name: "name()"
|
|
nameWithType: "LiveOutput.name()"
|
|
summary: "Gets the name property: The name of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String name()"
|
|
desc: "Gets the name property: The name of the resource."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutput.outputSnapTime()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutput.outputSnapTime()"
|
|
name: "outputSnapTime()"
|
|
nameWithType: "LiveOutput.outputSnapTime()"
|
|
summary: "Gets the output<wbr>Snap<wbr>Time property: The initial timestamp that the live output will start at, any content before this value will not be archived."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Long outputSnapTime()"
|
|
desc: "Gets the outputSnapTime property: The initial timestamp that the live output will start at, any content before this value will not be archived."
|
|
returns:
|
|
description: "the outputSnapTime value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutput.provisioningState()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutput.provisioningState()"
|
|
name: "provisioningState()"
|
|
nameWithType: "LiveOutput.provisioningState()"
|
|
summary: "Gets the provisioning<wbr>State property: The provisioning state of the live output."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String provisioningState()"
|
|
desc: "Gets the provisioningState property: The provisioning state of the live output."
|
|
returns:
|
|
description: "the provisioningState value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutput.refresh()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutput.refresh()"
|
|
name: "refresh()"
|
|
nameWithType: "LiveOutput.refresh()"
|
|
summary: "Refreshes the resource to sync with Azure."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract LiveOutput refresh()"
|
|
desc: "Refreshes the resource to sync with Azure."
|
|
returns:
|
|
description: "the refreshed resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.LiveOutput?alt=com.azure.resourcemanager.mediaservices.models.LiveOutput&text=LiveOutput\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutput.refresh(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutput.refresh(Context context)"
|
|
name: "refresh(Context context)"
|
|
nameWithType: "LiveOutput.refresh(Context context)"
|
|
summary: "Refreshes the resource to sync with Azure."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract LiveOutput refresh(Context context)"
|
|
desc: "Refreshes the resource to sync with Azure."
|
|
returns:
|
|
description: "the refreshed resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.LiveOutput?alt=com.azure.resourcemanager.mediaservices.models.LiveOutput&text=LiveOutput\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutput.resourceState()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutput.resourceState()"
|
|
name: "resourceState()"
|
|
nameWithType: "LiveOutput.resourceState()"
|
|
summary: "Gets the resource<wbr>State property: The resource state of the live output."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract LiveOutputResourceState resourceState()"
|
|
desc: "Gets the resourceState property: The resource state of the live output."
|
|
returns:
|
|
description: "the resourceState value."
|
|
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.LiveOutputResourceState?alt=com.azure.resourcemanager.mediaservices.models.LiveOutputResourceState&text=LiveOutputResourceState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutput.rewindWindowLength()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutput.rewindWindowLength()"
|
|
name: "rewindWindowLength()"
|
|
nameWithType: "LiveOutput.rewindWindowLength()"
|
|
summary: "Gets the rewind<wbr>Window<wbr>Length property: ISO 8601 time between 1 minute to the duration of archive<wbr>Window<wbr>Length to control seek-able window length during Live."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Duration rewindWindowLength()"
|
|
desc: "Gets the rewindWindowLength property: ISO 8601 time between 1 minute to the duration of archiveWindowLength to control seek-able window length during Live. The service won't use this property once LiveOutput stops. The archived VOD will have full content with original ArchiveWindowLength. For example, use PT1H30M to indicate 1 hour and 30 minutes of rewind window length. Service will use implicit default value 30m only if Live Event enables LL."
|
|
returns:
|
|
description: "the rewindWindowLength value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html\">Duration</a>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutput.systemData()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutput.systemData()"
|
|
name: "systemData()"
|
|
nameWithType: "LiveOutput.systemData()"
|
|
summary: "Gets the system<wbr>Data property: The system metadata relating to this resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SystemData systemData()"
|
|
desc: "Gets the systemData property: The system metadata relating to this resource."
|
|
returns:
|
|
description: "the systemData value."
|
|
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.LiveOutput.type()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.LiveOutput.type()"
|
|
name: "type()"
|
|
nameWithType: "LiveOutput.type()"
|
|
summary: "Gets the type property: The type of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String type()"
|
|
desc: "Gets the type property: The type of the resource."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of LiveOutput."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.mediaservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-mediaservices:2.3.0
|