Struct headless_chrome::protocol::cdp::WebAudio::BaseAudioContext
source · pub struct BaseAudioContext {
pub context_id: GraphObjectId,
pub context_Type: ContextType,
pub context_state: ContextState,
pub realtime_data: Option<ContextRealtimeData>,
pub callback_buffer_size: JsFloat,
pub max_output_channel_count: JsFloat,
pub sample_rate: JsFloat,
}
Fields§
§context_id: GraphObjectId
§context_Type: ContextType
§context_state: ContextState
§realtime_data: Option<ContextRealtimeData>
§callback_buffer_size: JsFloat
§max_output_channel_count: JsFloat
§sample_rate: JsFloat
Trait Implementations§
source§impl Clone for BaseAudioContext
impl Clone for BaseAudioContext
source§fn clone(&self) -> BaseAudioContext
fn clone(&self) -> BaseAudioContext
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BaseAudioContext
impl Debug for BaseAudioContext
source§impl<'de> Deserialize<'de> for BaseAudioContext
impl<'de> Deserialize<'de> for BaseAudioContext
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more