LiveEventPreview Class

Live event preview settings.

Inheritance
azure.mgmt.media._serialization.Model
LiveEventPreview

Constructor

LiveEventPreview(*, endpoints: List[_models.LiveEventEndpoint] | None = None, access_control: _models.LiveEventPreviewAccessControl | None = None, preview_locator: str | None = None, streaming_policy_name: str | None = None, alternative_media_id: str | None = None, **kwargs)

Keyword-Only Parameters

Name Description
endpoints

The endpoints for preview. Do not share the preview URL with the live event audience.

access_control

The access control for live event preview.

preview_locator
str

The identifier of the preview locator in Guid format. Specifying this at creation time allows the caller to know the preview locator url before the event is created. If omitted, the service will generate a random identifier. This value cannot be updated once the live event is created.

streaming_policy_name
str

The name of streaming policy used for the live event preview. This value is specified at creation time and cannot be updated.

alternative_media_id
str

An alternative media identifier associated with the streaming locator created for the preview. This value is specified at creation time and cannot be updated. The identifier can be used in the CustomLicenseAcquisitionUrlTemplate or the CustomKeyAcquisitionUrlTemplate of the StreamingPolicy specified in the StreamingPolicyName field.

Variables

Name Description
endpoints

The endpoints for preview. Do not share the preview URL with the live event audience.

access_control

The access control for live event preview.

preview_locator
str

The identifier of the preview locator in Guid format. Specifying this at creation time allows the caller to know the preview locator url before the event is created. If omitted, the service will generate a random identifier. This value cannot be updated once the live event is created.

streaming_policy_name
str

The name of streaming policy used for the live event preview. This value is specified at creation time and cannot be updated.

alternative_media_id
str

An alternative media identifier associated with the streaming locator created for the preview. This value is specified at creation time and cannot be updated. The identifier can be used in the CustomLicenseAcquisitionUrlTemplate or the CustomKeyAcquisitionUrlTemplate of the StreamingPolicy specified in the StreamingPolicyName field.