Audacity 3.2.0
List of all members
Mixer::WarpOptions::DefaultWarp Struct Reference

Hook function for default time warp. More...

#include <Mix.h>

Inheritance diagram for Mixer::WarpOptions::DefaultWarp:
[legend]
Collaboration diagram for Mixer::WarpOptions::DefaultWarp:
[legend]

Additional Inherited Members

- Public Types inherited from GlobalHook< DefaultWarp, const BoundedEnvelope *(const TrackList &) >
using result_type = typename std::function< const BoundedEnvelope * >::result_type
 
- Public Types inherited from GlobalVariable< DefaultWarp, const std::function< const BoundedEnvelope * >, Options... >
using variable_type = GlobalVariable
 
using stored_type = const std::function< const BoundedEnvelope * >
 
using mutable_type = std::remove_const_t< const std::function< const BoundedEnvelope * > >
 
- Static Public Member Functions inherited from GlobalHook< DefaultWarp, const BoundedEnvelope *(const TrackList &) >
static result_type Call (Arguments &&...arguments)
 Null check of the installed function is done for you. More...
 
- Static Public Member Functions inherited from GlobalVariable< DefaultWarp, const std::function< const BoundedEnvelope * >, Options... >
static stored_typeGet ()
 Get the installed value. More...
 
static auto Set (std::conditional_t< true, dummy, mutable_type > replacement) -> std::conditional_t< true, void, mutable_type >
 Move in a new value, move out and return the previous. More...
 

Detailed Description

Hook function for default time warp.

Definition at line 58 of file Mix.h.


The documentation for this struct was generated from the following file: