Struct rfmod::Sys[][src]

pub struct Sys { /* fields omitted */ }
Expand description

FMOD System Object

Implementations

If music is empty, null is sent

Create sound from a file contained in a byte slice.

Automatically adds the OPENMEMORY mode flag and uses the length of the slice as the exinfo length parameter. Ignores the CREATESTREAM mode flag since this would keep a pointer to the passed in buffer.

Returns:

Ok(position, velocity, forward, up)

Returns:

Ok(x, y, is_active)

Returns:

Ok(doppler_scale, distance_factor, roll_off_scale)

Returns:

Ok(file_buffer_size, distance_factor, time)

Returns:

Ok(dsp, stream, geometry, update, total)

Returns:

Ok(current_alloced, max_allocated, total)

Returns:

Ok(drive_name, scsi_name, device_name)

Returns:

Ok(hi, lo)

Returns:

Ok(caps, min_frequency, max_frequency)

Returns:

Ok(listener, source, direct, reverb)

Returns:

Ok(memory_used, details)

Trait Implementations

Executes the destructor for this type. Read more

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

Performs the conversion.

Performs the conversion.

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.