IStreamingFilter Interface

 

Interface for account level filter

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

Syntax

public interface IStreamingFilter
public interface class IStreamingFilter
type IStreamingFilter = interface end
Public Interface IStreamingFilter

Properties

Name Description
System_CAPS_pubproperty FirstQuality

First quality

System_CAPS_pubproperty Name

Name of filter

System_CAPS_pubproperty PresentationTimeRange

Presentation time range

System_CAPS_pubproperty Tracks

Track selection conditions

Methods

Name Description
System_CAPS_pubmethod Delete()

Deletes the specified filter

System_CAPS_pubmethod DeleteAsync()

Asynchronously revokes the specified filter

System_CAPS_pubmethod Update()

Updates this filter instance.

System_CAPS_pubmethod UpdateAsync()

Updates this filter instance asynchronously.

See Also

Microsoft.WindowsAzure.MediaServices.Client Namespace

Return to top