IStreamingAssetFilter Interface

 

Interface for asset level filter

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

Syntax

public interface IStreamingAssetFilter : IStreamingFilter
public interface class IStreamingAssetFilter : IStreamingFilter
type IStreamingAssetFilter = 
    interface
        interface IStreamingFilter
    end
Public Interface IStreamingAssetFilter
    Inherits IStreamingFilter

Properties

Name Description
System_CAPS_pubproperty FirstQuality

First quality (Inherited from IStreamingFilter.)

System_CAPS_pubproperty Id

Id

System_CAPS_pubproperty Name

Name of filter (Inherited from IStreamingFilter.)

System_CAPS_pubproperty ParentAssetId

Parent asset id

System_CAPS_pubproperty PresentationTimeRange

Presentation time range (Inherited from IStreamingFilter.)

System_CAPS_pubproperty Tracks

Track selection conditions (Inherited from IStreamingFilter.)

Methods

Name Description
System_CAPS_pubmethod Delete()

Deletes the specified filter (Inherited from IStreamingFilter.)

System_CAPS_pubmethod DeleteAsync()

Asynchronously revokes the specified filter (Inherited from IStreamingFilter.)

System_CAPS_pubmethod Update()

Updates this filter instance. (Inherited from IStreamingFilter.)

System_CAPS_pubmethod UpdateAsync()

Updates this filter instance asynchronously. (Inherited from IStreamingFilter.)

See Also

Microsoft.WindowsAzure.MediaServices.Client Namespace

Return to top