Class Bif
Either height or width is required. It is also possible to set both properties.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class Bif : BitmovinResource
Properties
AspectMode
Specifies the aspect mode that is used when both height and width are specified Only supported starting with encoder version 2.85.0
.
Declaration
public ThumbnailAspectMode? AspectMode { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ThumbnailAspectMode> |
Distance
Distance in seconds between a screenshot (required)
Declaration
public double? Distance { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Filename
Filename of the Bif image. (required)
Declaration
public string Filename { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Height
Height of one thumbnail
Declaration
public int? Height { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Outputs
Outputs
Declaration
public List<EncodingOutput> Outputs { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<EncodingOutput> |
Width
Width of one thumbnail. Roku recommends a width of 240 for SD and 320 for HD.
Declaration
public int? Width { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |