VideoLayer.FrameRate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the frame rate (in frames per second) at which to encode this layer. The value can be in the form of M/N where M and N are integers (For example, 30000/1001), or in the form of a number (For example, 30, or 29.97). The encoder enforces constraints on allowed frame rates based on the profile and level. If it is not specified, the encoder will use the same frame rate as the input video.
[Newtonsoft.Json.JsonProperty(PropertyName="frameRate")]
public string FrameRate { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="frameRate")>]
member this.FrameRate : string with get, set
Public Property FrameRate As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute