VideoFormatInfoCollection

VideoFormatInfoCollection class

Represents a VideoFormatInfo collection.Note: We do not support downloading copyrighted videos and using other people’s videos for commercial purposes without their express permission. We are not responsible for any copyright infringement that may occur when using this tool.

public class VideoFormatInfoCollection : ICollection<VideoFormatInfo>

Properties

Name Description
Count { get; } Gets the number of items contained in the VideoFormatInfoCollection collection.
IsReadOnly { get; } Determines whether the VideoFormatInfoCollection collection is mutable.

Methods

Name Description
Add(VideoFormatInfo) Adds an element to the VideoFormatInfoCollection collection.
Clear() Removes all the elements from the VideoFormatInfoCollection collection.
Contains(VideoFormatInfo) Determines whether the VideoFormatInfoCollection contain the specified item.
CopyTo(VideoFormatInfo[], int) Copies the VideoFormatInfoCollection elements to an existing one-dimensional array, starting at the specified array index.
GetEnumerator() Returns an enumerator that iterates through the VideoFormatInfoCollection elements.
Remove(VideoFormatInfo) Removes the specified item from the VideoFormatInfoCollection collection.

See Also