#[repr(C)]
pub struct AkCommSettings { pub ports: AkCommSettings_Ports, pub commSystem: c_int, pub bInitSystemLib: bool, pub szAppNetworkName: [c_char; 64], }
Expand description

Platform-independent initialization settings of communication module between the Wwise sound engine and authoring tool. \sa

  • AK::Comm::Init()

Fields

ports: AkCommSettings_Ports

Ports used for communication between the Wwise authoring application and your game. \sa

  • \ref initialization_comm
  • AkCommSettings::Ports
  • AK::Comm::Init()
commSystem: c_int

Select the device of the communication system. By default, connecting to the Authoring tool \sa

  • \ref initialization_comm
  • AkCommSettings::AkCommSystem
  • AK::Comm::Init()
bInitSystemLib: bool

Tells if the base console communication library should be initialized. If set to false, the game should load/initialize the console’s communication library prior to calling this function. Set to false only if your game already use sockets before the sound engine initialization. Some consoles have critical requirements for initialization, see \ref initialization_comm_console_lib

szAppNetworkName: [c_char; 64]

Optional name that will be displayed over network remote connection of Wwise. It must be a NULL terminated string.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Gets the communication module’s default initialization settings values.

See also

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.