VideoRequest.Filters Property (Bing, Version 2.1)

Array of strings that filter the response the API sends based on duration, aspect, resolution, or any combination thereof.

<XmlArrayItemAttribute(IsNullable=False)> _  
Public Property Filters() As String()
End Property
[XmlArrayItemAttribute(IsNullable=false)] 
public string[] Filters { get; set; }

Remarks

Values that can be included in this array are:

Value Restricts results to videos:

Duration:Short

The runtime of which is less than 300 seconds

Duration:Medium

The runtime of which is between 300 seconds and 12000 seconds

Duration:Long

The runtime of which is greater than 12000 seconds

Aspect:Standard

That have standard aspect ratio

Aspect:Widescreen

That have widescreen aspect ratio

Resolution:Low

That have low resolution

Resolution:Medium

That have medium resolution

Resolution:High

That have high resolution

Important

You cannot include more than one value for duration in the same request.

See Also

Concepts

Video SourceType (Bing, Version 2.x)