pub struct Struct_PPB_Audio_1_1 {
pub Create: Option< extern "C" fn(instance: PP_Instance, config: PP_Resource, audio_callback: PPB_Audio_Callback, user_data: *mut c_void) -> PP_Resource>,
pub IsAudio: Option< extern "C" fn(resource: PP_Resource) -> PP_Bool>,
pub GetCurrentConfig: Option< extern "C" fn(audio: PP_Resource) -> PP_Resource>,
pub StartPlayback: Option< extern "C" fn(audio: PP_Resource) -> PP_Bool>,
pub StopPlayback: Option< extern "C" fn(audio: PP_Resource) -> PP_Bool>,
}Fields
Create | |
IsAudio | |
GetCurrentConfig | |
StartPlayback | |
StopPlayback | |
Trait Implementations
Derived Implementations
Keyboard shortcuts
- ?
- Show this help dialog
- S
- Focus the search field
- ⇤
- Move up in search results
- ⇥
- Move down in search results
- ⏎
- Go to active search result
Search tricks
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).