Show / Hide Table of Contents

Class MovieEncoderConfigs

Namespace: UTJ.FrameCapturer
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public class MovieEncoderConfigs

Constructors

MovieEncoderConfigs(MovieEncoder.Type)

Declaration
public MovieEncoderConfigs(MovieEncoder.Type t)
Parameters
Type Name Description
MovieEncoder.Type t

Fields

exrEncoderSettings

Declaration
public fcAPI.fcExrConfig exrEncoderSettings
Field Value
Type Description
fcAPI.fcExrConfig

format

Declaration
public MovieEncoder.Type format
Field Value
Type Description
MovieEncoder.Type

gifEncoderSettings

Declaration
public fcAPI.fcGifConfig gifEncoderSettings
Field Value
Type Description
fcAPI.fcGifConfig

mp4EncoderSettings

Declaration
public fcAPI.fcMP4Config mp4EncoderSettings
Field Value
Type Description
fcAPI.fcMP4Config

pngEncoderSettings

Declaration
public fcAPI.fcPngConfig pngEncoderSettings
Field Value
Type Description
fcAPI.fcPngConfig

webmEncoderSettings

Declaration
public fcAPI.fcWebMConfig webmEncoderSettings
Field Value
Type Description
fcAPI.fcWebMConfig

Properties

captureAudio

Declaration
public bool captureAudio { get; set; }
Property Value
Type Description
System.Boolean

captureVideo

Declaration
public bool captureVideo { get; set; }
Property Value
Type Description
System.Boolean

supportAudio

Declaration
public bool supportAudio { get; }
Property Value
Type Description
System.Boolean

supportVideo

Declaration
public bool supportVideo { get; }
Property Value
Type Description
System.Boolean

Methods

Setup(Int32, Int32, Int32, Int32)

Declaration
public void Setup(int w, int h, int ch = 4, int targetFrameRate = 60)
Parameters
Type Name Description
System.Int32 w
System.Int32 h
System.Int32 ch
System.Int32 targetFrameRate
Back to top