LiveEventPreview Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Live event preview settings.
public class LiveEventPreview
type LiveEventPreview = class
Public Class LiveEventPreview
- Inheritance
-
LiveEventPreview
Constructors
LiveEventPreview() |
Initializes a new instance of the LiveEventPreview class. |
LiveEventPreview(IList<LiveEventEndpoint>, LiveEventPreviewAccessControl, String, String, String) |
Initializes a new instance of the LiveEventPreview class. |
Properties
AccessControl |
Gets or sets the access control for live event preview. |
AlternativeMediaId |
Gets or sets 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. |
Endpoints |
Gets or sets the endpoints for preview. Do not share the preview URL with the live event audience. |
PreviewLocator |
Gets or sets 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. |
StreamingPolicyName |
Gets or sets the name of streaming policy used for the live event preview. This value is specified at creation time and cannot be updated. |
Applies to
Azure SDK for .NET