Show / Hide Table of Contents

Struct fcAPI.fcWaveConfig

Namespace: UTJ.FrameCapturer
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public struct fcWaveConfig

Fields

bitsPerSample

Declaration
public fcAPI.fcAudioBitsPerSample bitsPerSample
Field Value
Type Description
fcAPI.fcAudioBitsPerSample

maxTasks

Declaration
[Range(1F, 32F)]
public int maxTasks
Field Value
Type Description
System.Int32

numChannels

Declaration
[HideInInspector]
public int numChannels
Field Value
Type Description
System.Int32

sampleRate

Declaration
[HideInInspector]
public int sampleRate
Field Value
Type Description
System.Int32

Properties

default_value

Declaration
public static fcAPI.fcWaveConfig default_value { get; }
Property Value
Type Description
fcAPI.fcWaveConfig
Back to top