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 | |
---|---|---|
AutoSize | Gets or sets a value indicating whether the streams in this collection are autosized or not. 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. | |
Count | Gets the count of the array. (Inherited from SortableCollection) | |
FreezeSort | Gets or sets a value indicating whether the list of items should be sorted. (Inherited from SortableCollection) | |
IsReadOnly | Determines whether the list is read-only. (Inherited from SortableCollection) | |
Item | (Inherited from SortableCollection) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Add | Overloaded. Overridden. | |
Clear | Clears the array. (Inherited from SortableCollection) | |
Contains | Determines whether the array contains another item. (Inherited from SortableCollection) | |
CopyTo | (Inherited from SortableCollection) | |
Equals | Overloaded. (Inherited from Object) | |
GetEnumerator | Adds code to fire an assert if a lock is not held on the UI thread. (Inherited from SortableCollection) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
IndexOf | (Inherited from SortableCollection) | |
ReferenceEquals | (Inherited from Object) | |
Remove | Overloaded. Overridden. | |
RemoveAt | Removes an item from the array at the passed index. | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
Public Events
Name | Description | |
---|---|---|
CollectionChanged | Occurs when the collection changes. (Inherited from SortableCollection) | |
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