Struct rfmod::Sound [] [src]

pub struct Sound { /* fields omitted */ }

Sound object

Methods

impl Sound
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Returns:

Ok(frequency_var, volume_var, pan_var)

[src]

[src]

Returns:

Ok(min, max)

[src]

[src]

Returns:

Ok(inside_cone_angle, outside_cone_angle, outside_volume)

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Returns:

Ok(type, format, channels, bits)

[src]

[src]

Returns:

Ok(num_tags, num_tags_updated)

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Returns:

Ok(loop_start, loop_end)

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Returns:

Ok(memory_used, details)

[src]

Returns:

Ok(ptr1, ptr2)

ptr1: Address of a pointer that will point to the first part of the locked data.

ptr2: Address of a pointer that will point to the second part of the locked data. This will be null if the data locked hasn't wrapped at the end of the buffer.

[src]

[src]

[src]

[src]

Trait Implementations

impl Drop for Sound
[src]

[src]

Executes the destructor for this type. Read more