Search Results for

    Show / Hide Table of Contents

    Class VideoSpriteFormat

    Generates a sprite image of the input video.

    Inheritance
    object
    FormatBase
    FormatWithFixedExtensionBase
    VideoFormatBase
    VideoSpriteFormat
    Inherited Members
    FormatWithFixedExtensionBase.Extension
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    [GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
    public class VideoSpriteFormat : VideoFormatBase

    Properties

    MaxNumberOfSprites

    Limit for the number of frames to generate.

    Declaration
    [JsonProperty("maxNumberOfSprites", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    public int MaxNumberOfSprites { get; set; }
    Property Value
    int

    Quality

    JPEG-quality to use for the sprite.

    Declaration
    [JsonProperty("quality", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    public int Quality { get; set; }
    Property Value
    int

    SpriteResizeAction

    Specifies the dimensions of a single frame in the sprite.

    Declaration
    [JsonProperty("spriteResizeAction", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public ResizeAction SpriteResizeAction { get; set; }
    Property Value
    ResizeAction

    Methods

    FromJson(string)

    Declaration
    public static VideoSpriteFormat FromJson(string data)
    Parameters
    string data

    Returns
    VideoSpriteFormat

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX