unreal.MetaHumanLiveLinkAudioDevice

class unreal.MetaHumanLiveLinkAudioDevice(name: str = '', url: str = '', is_media_bundle: bool = False)

Bases: StructBase

The audio device, track and format classes are very similar to the video cases. We could use a generic device class that would technically suffice for both audio and video cases. However, this would potentially complicate the actual Blueprint using these classes and too easily allow for accidental mixing of audio and video cases. We want to ensure a clear distinction between audio and video cases which we achieve by using distinct classes for each.

C++ Source:

  • Plugin: MetaHumanLiveLink

  • Module: MetaHumanLocalLiveLinkSource

  • File: MetaHumanLocalLiveLinkSourceBlueprint.h

Editor Properties: (see get_editor_property/set_editor_property)

  • is_media_bundle (bool): [Read-Write]

  • name (str): [Read-Write]

  • url (str): [Read-Write]

property is_media_bundle: bool

[Read-Only]

Type:

(bool)

property name: str

[Read-Only]

Type:

(str)

property url: str

[Read-Only]

Type:

(str)