OutputAssetCollection Class

A collection of output assets.

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.MediaServices.Client.OutputAssetCollection

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

Syntax

'Declaration
Public Class OutputAssetCollection _
    Implements IEnumerable(Of IAsset), IEnumerable
'Usage
Dim instance As OutputAssetCollection
public class OutputAssetCollection : IEnumerable<IAsset>, 
    IEnumerable
public ref class OutputAssetCollection : IEnumerable<IAsset^>, 
    IEnumerable
type OutputAssetCollection =  
    class 
        interface IEnumerable<IAsset>
        interface IEnumerable 
    end
public class OutputAssetCollection implements IEnumerable<IAsset>, IEnumerable

The OutputAssetCollection type exposes the following members.

Constructors

  Name Description
Public method OutputAssetCollection Initializes a new instance of the OutputAssetCollection class.

Top

Properties

  Name Description
Public property Count Gets the number of elements actually contained in the collection.
Public property IsReadOnly Gets a value indicating whether the ICollection is read-only.
Public property Item Gets the element at the specified index.

Top

Methods

  Name Description
Public method AddNew(String) Adds the new output asset.
Public method AddNew(String, AssetCreationOptions) Adds the new output asset.
Public method AddNew(String, String, AssetCreationOptions) Adds the new output asset.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that iterates through the Collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Returns an enumerator that iterates through a collection.

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.

See Also

Reference

Microsoft.WindowsAzure.MediaServices.Client Namespace