{!See https://docs.google.com/document/d/1takg_GmIBBKKTj-GHZCwzxohpQz7Bhekivkk72kYMtE/edit for reference implementation of OneTrust, dataLayer and GTM} {!OneTrust Cookies Consent} {!OneTrust Cookies Consent end} {!dataLayer initialization push} {!dataLayer initialization push end} {!Google Tag Manager} {!Google Tag Manager end} Interface IEncoder | Recorder | 4.0.2
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 — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)