IMediaProcessor Interface

A component of Windows Azure Media Services that processes media.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
Public Interface IMediaProcessor
'Usage
Dim instance As IMediaProcessor
public interface IMediaProcessor
public interface class IMediaProcessor
type IMediaProcessor =  interface end
public interface IMediaProcessor

The IMediaProcessor type exposes the following members.

Properties

  Name Description
Public property Description A description about the MediaProcessor.
Public property Id Unique identifier set by Media Services.
Public property Name The friendly name of the MediaProcessor.
Public property Sku The SKU of the MediaProcessor.
Public property Vendor The vendor name of the MediaProcessor.
Public property Version The version of the MediaProcessor.

Top

See Also

Reference

Microsoft.WindowsAzure.MediaServices.Client Namespace