Class H262VideoConfiguration
H262VideoConfiguration
Inheritance
System.Object
H262VideoConfiguration
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 H262VideoConfiguration : VideoConfiguration
Properties
Bframes
Sets the amount of b frames.
Declaration
public int? Bframes { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Bufsize
Playback device buffer size
Declaration
public long? Bufsize { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
GopSize
Minimum GOP length, the minimum distance between I-frames
Declaration
public int? GopSize { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
InterlaceMode
Using TOP_FIELD_FIRST or BOTTOM_FIELD_FIRST will output interlaced video
Declaration
public H262InterlaceMode? InterlaceMode { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<H262InterlaceMode> |
Level
Specified set of constraints that indicate a degree of required decoder performance for a profile
Declaration
public LevelH262? Level { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<LevelH262> |
MaxBitrate
Maximum Bitrate
Declaration
public long? MaxBitrate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
MinBitrate
Minimum Bitrate
Declaration
public long? MinBitrate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
PresetConfiguration
Use a set of well defined configurations preset to support certain use cases. Can be overwritten with more specific values.
Declaration
public H262PresetConfiguration? PresetConfiguration { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<H262PresetConfiguration> |
Profile
When setting a profile, all other settings must not exceed the limits which are defined in the profile. Otherwise, a higher profile may be automatically chosen. (required)
Declaration
public ProfileH262? Profile { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ProfileH262> |