Search Results for

    Show / Hide Table of Contents

    Class MP4FileProcessing

    This class is used to rearrange the chunks in an MP4 file to allow 'fast start', and also to inject various chunks related to stereo video mode and 360 video layout.

    Inheritance
    System.Object
    MP4FileProcessing
    Namespace: RenderHeads.Media.AVProMovieCapture
    Assembly: cs.temp.dll.dll
    Syntax
    public class MP4FileProcessing

    Constructors

    MP4FileProcessing(MP4FileProcessing.Options)

    Declaration
    public MP4FileProcessing(MP4FileProcessing.Options options)
    Parameters
    Type Name Description
    MP4FileProcessing.Options options

    Methods

    Close()

    Declaration
    public void Close()

    Process(Stream, Stream)

    Declaration
    public bool Process(Stream srcStream, Stream dstStream)
    Parameters
    Type Name Description
    Stream srcStream
    Stream dstStream
    Returns
    Type Description
    System.Boolean

    ProcessFile(String, Boolean, MP4FileProcessing.Options)

    Declaration
    public static bool ProcessFile(string filePath, bool keepBackup, MP4FileProcessing.Options options)
    Parameters
    Type Name Description
    System.String filePath
    System.Boolean keepBackup
    MP4FileProcessing.Options options
    Returns
    Type Description
    System.Boolean

    ProcessFile(String, String, MP4FileProcessing.Options)

    Declaration
    public static bool ProcessFile(string srcPath, string dstPath, MP4FileProcessing.Options options)
    Parameters
    Type Name Description
    System.String srcPath
    System.String dstPath
    MP4FileProcessing.Options options
    Returns
    Type Description
    System.Boolean

    ProcessFileAsync(String, Boolean, MP4FileProcessing.Options)

    Declaration
    public static ManualResetEvent ProcessFileAsync(string filePath, bool keepBackup, MP4FileProcessing.Options options)
    Parameters
    Type Name Description
    System.String filePath
    System.Boolean keepBackup
    MP4FileProcessing.Options options
    Returns
    Type Description
    ManualResetEvent
    In This Article