unreal.ApvMediaBand

class unreal.ApvMediaBand

Bases: EnumBase

Determines the max coded data rate (higher band leads to higher bit rate).

C++ Source:

  • Plugin: TmvMedia

  • Module: ApvMedia

  • File: ApvMediaTypes.h

BAND0: ApvMediaBand = Ellipsis

Lowest coded bit rate

Type:

0

BAND1: ApvMediaBand = Ellipsis

Low coded bit rate (~150% of lowest)

Type:

1

BAND2: ApvMediaBand = Ellipsis

Medium coded bit rate (~200% of lowest)

Type:

2

BAND3: ApvMediaBand = Ellipsis

Highest coded bit rate (~300% of lowest)

Type:

3