unreal.SimpleAudioEncoderConfig

class unreal.SimpleAudioEncoderConfig(bitrate: int = 0, samplerate: int = 0, num_channels: int = 0)

Bases: StructBase

Simple Audio Encoder Config

C++ Source:

  • Plugin: AVCodecsCore

  • Module: AVCodecsCoreRHI

  • File: SimpleAudioEncoder.h

Editor Properties: (see get_editor_property/set_editor_property)

  • bitrate (int32): [Read-Write]

  • num_channels (int32): [Read-Write]

  • samplerate (int32): [Read-Write]

property bitrate: int

[Read-Write]

Type:

(int32)

property num_channels: int

[Read-Write]

Type:

(int32)

property samplerate: int

[Read-Write]

Type:

(int32)