Class OutputFormatRenderingSpecification
Used to specify how to render derived outputs
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class OutputFormatRenderingSpecification
Properties
Format
Information about the technical format of the data, e.g. JPEG, AAC or video still.
Declaration
[JsonProperty("format", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public FormatBase Format { get; set; }
Property Value
FormatBase |
SourceOutputFormats
Which output format should be used as a source of data.
Declaration
[JsonProperty("sourceOutputFormats", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public SourceOutputFormats SourceOutputFormats { get; set; }
Property Value
SourceOutputFormats |
Methods
FromJson(string)
Declaration
public static OutputFormatRenderingSpecification FromJson(string data)
Parameters
string data |
Returns
OutputFormatRenderingSpecification |