Search Results for

    Show / Hide Table of Contents

    Struct MP4FileProcessing.Options

    Namespace: RenderHeads.Media.AVProMovieCapture
    Assembly: cs.temp.dll.dll
    Syntax
    public struct Options

    Fields

    applyFastStart

    Declaration
    public bool applyFastStart
    Field Value
    Type Description
    System.Boolean

    applyMoveCaptureFile

    Declaration
    public bool applyMoveCaptureFile
    Field Value
    Type Description
    System.Boolean

    applySphericalVideoLayout

    Declaration
    public bool applySphericalVideoLayout
    Field Value
    Type Description
    System.Boolean

    applyStereoMode

    Declaration
    public bool applyStereoMode
    Field Value
    Type Description
    System.Boolean

    finalCaptureFilePath

    Declaration
    public string finalCaptureFilePath
    Field Value
    Type Description
    System.String

    sphericalVideoLayout

    Declaration
    public SphericalVideoLayout sphericalVideoLayout
    Field Value
    Type Description
    SphericalVideoLayout

    stereoMode

    Declaration
    public StereoPacking stereoMode
    Field Value
    Type Description
    StereoPacking

    Methods

    HasOptions()

    Declaration
    public bool HasOptions()
    Returns
    Type Description
    System.Boolean

    RequiresProcessing()

    Declaration
    public bool RequiresProcessing()
    Returns
    Type Description
    System.Boolean

    ResetOptions()

    Declaration
    public void ResetOptions()
    In This Article