pub struct Struct_PPB_AudioBuffer_0_1 {
    pub IsAudioBuffer: Option< extern "C" fn(resource: PP_Resource) -> PP_Bool>,
    pub GetTimestamp: Option< extern "C" fn(buffer: PP_Resource) -> PP_TimeDelta>,
    pub SetTimestamp: Option< extern "C" fn(buffer: PP_Resource, timestamp: PP_TimeDelta)>,
    pub GetSampleRate: Option< extern "C" fn(buffer: PP_Resource) -> PP_AudioBuffer_SampleRate>,
    pub GetSampleSize: Option< extern "C" fn(buffer: PP_Resource) -> PP_AudioBuffer_SampleSize>,
    pub GetNumberOfChannels: Option< extern "C" fn(buffer: PP_Resource) -> uint32_t>,
    pub GetNumberOfSamples: Option< extern "C" fn(buffer: PP_Resource) -> uint32_t>,
    pub GetDataBuffer: Option< extern "C" fn(buffer: PP_Resource) -> *mut c_void>,
    pub GetDataBufferSize: Option< extern "C" fn(buffer: PP_Resource) -> uint32_t>,
}Fields
IsAudioBuffer |  | 
GetTimestamp |  | 
SetTimestamp |  | 
GetSampleRate |  | 
GetSampleSize |  | 
GetNumberOfChannels |  | 
GetNumberOfSamples |  | 
GetDataBuffer |  | 
GetDataBufferSize |  | 
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).