StreamCollection Members

Is used to specify a list of streams with bitrates and sizes.

The following tables list the members exposed by the StreamCollection type.

Public Properties

  Name Description
public property AutoSize Gets or sets a value indicating whether the streams in this collection are autosized. If they are autosized, the specified width and height indicate the maximum width and height, and the actual width and height will automatically be determined at encoding time.
public property Count  Gets the count of the array.  (Inherited from SortableCollection)
public property FreezeSort  Gets or sets a value indicating whether the list of items should be sorted.  (Inherited from SortableCollection)
public property IsReadOnly  Determines whether the list is read-only.  (Inherited from SortableCollection)
public property Item  (Inherited from SortableCollection )

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Add Overloaded. Overridden.  
public method Clear  Clears the array.  (Inherited from SortableCollection)
public method Contains  Determines whether the array contains another item.  (Inherited from SortableCollection)
public method CopyTo  (Inherited from SortableCollection )
public method Equals  Overloaded. (Inherited from Object )
public method GetEnumerator  Adds code to fire an assert if a lock is not held on the UI thread.  (Inherited from SortableCollection)
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method IndexOf  (Inherited from SortableCollection )
public methodstatic ReferenceEquals  (Inherited from Object )
public method Remove Overloaded. Overridden.  
public method RemoveAt Removes an item from the array at the passed index.
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

Public Events

  Name Description
public event CollectionChanged  Occurs when the collection changes.  (Inherited from SortableCollection)
public event PropertyChanged  (Inherited from SortableCollection )

Top

Explicit Interface Implementations

  Name Description
System.Collections.IEnumerable.GetEnumerator  Adds code to fire an assert if a lock is not held on the UI thread.  (Inherited from SortableCollection)

Top

See Also

Reference

StreamCollection Class
Microsoft.Expression.Encoder.Profiles Namespace

   © 2011 by Microsoft Corporation. All rights reserved.