ChannelSettings Class
[This topic is pre-release documentation and is subject to change in future releases. Participation in the preview is limited to invitees only. For more information, see the Release Notes.]
Represents the security settings for Ingest and Preview URLs.
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.MediaServices.Client.ChannelSettings
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client.Live (in Microsoft.WindowsAzure.MediaServices.Client.Live.dll)
Syntax
'Declaration
Public Class ChannelSettings
'Usage
Dim instance As ChannelSettings
public class ChannelSettings
public ref class ChannelSettings
type ChannelSettings = class end
public class ChannelSettings
The ChannelSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ChannelSettings |
Top
Properties
Name | Description | |
---|---|---|
Ingest | ||
Preview |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.