MediaLiveOutputData Class

Definition

A class representing the MediaLiveOutput data model. The Live Output.

public class MediaLiveOutputData : Azure.ResourceManager.Models.ResourceData
type MediaLiveOutputData = class
    inherit ResourceData
Public Class MediaLiveOutputData
Inherits ResourceData
Inheritance
MediaLiveOutputData

Constructors

MediaLiveOutputData()

Initializes a new instance of MediaLiveOutputData.

Properties

ArchiveWindowLength

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.

AssetName

The asset that the live output will write to.

CreatedOn

The creation time the live output.

Description

The description of the live output.

HlsFragmentsPerTsSegment

The number of fragments in an HTTP Live Streaming (HLS) TS segment in the output of the live event. This value does not affect the packing ratio for HLS CMAF output.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
LastModifiedOn

The time the live output was last modified.

ManifestName

The manifest file name. If not provided, the service will generate one automatically.

Name

The name of the resource.

(Inherited from ResourceData)
OutputSnapTime

The initial timestamp that the live output will start at, any content before this value will not be archived.

ProvisioningState

The provisioning state of the live output.

ResourceState

The resource state of the live output.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
RewindWindowLength

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.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Applies to