docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IEncoder

    Interface to implement to create an encoder.

    Namespace: UnityEditor.Recorder.Encoder
    Assembly: solution.dll
    Syntax
    public interface IEncoder

    Properties

    Name Description
    GetVideoInputPath

    Returns the input video path for the encoder. Based on the returned value, the appropriate addVideoFrame function will be invoked.

    Methods

    Name Description
    AddAudioFrame(NativeArray<float>)

    Encodes an array of audio values and adds it to the audio stream.

    AddVideoFrame(NativeArray<byte>, MediaTime)

    Encodes an array of bytes and adds it to the video stream.

    AddVideoFrame(RenderTexture, MediaTime)

    Encodes a Texture and adds it to the video stream.

    CloseStream()

    Closes the stream of audio and video frames.

    OpenStream(IEncoderSettings, RecordingContext)

    Opens the stream to add the audio and video frames to.

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023