MediaChannelDescriptionExEnable Method |
Updates the description, media can be received through this channel.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static void Enable(
this MediaChannelDescription mcd
)
<ExtensionAttribute>
Public Shared Sub Enable (
mcd As MediaChannelDescription
)
public:
[ExtensionAttribute]
static void Enable(
MediaChannelDescription^ mcd
)
[<ExtensionAttribute>]
static member Enable :
mcd : MediaChannelDescription -> unit
Parameters
- mcd
- Type: Ozeki.MediaMediaChannelDescription
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
MediaChannelDescription. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also