|
| TimecodeTransportMaster (std::string const &name, SyncSource type) |
|
virtual Timecode::TimecodeFormat | apparent_timecode_format () const =0 |
|
bool | apparent_timecode_format_valid () const |
|
bool | fr2997 () const |
|
void | set_fr2997 (bool) |
|
| TransportMaster (SyncSource t, std::string const &name) |
|
virtual | ~TransportMaster () |
|
virtual void | pre_process (pframes_t nframes, samplepos_t now, std::optional< samplepos_t >)=0 |
|
virtual bool | speed_and_position (double &speed, samplepos_t &position, samplepos_t &lp, samplepos_t &when, samplepos_t now) |
|
virtual void | reset (bool with_position)=0 |
|
virtual bool | locked () const =0 |
|
virtual bool | ok () const =0 |
|
virtual bool | usable () const |
|
virtual bool | starting () const |
|
virtual samplecnt_t | resolution () const =0 |
|
virtual samplecnt_t | update_interval () const =0 |
|
virtual bool | requires_seekahead () const =0 |
|
virtual samplecnt_t | seekahead_distance () const |
|
virtual bool | sample_clock_synced () const |
|
virtual void | set_sample_clock_synced (bool) |
|
virtual std::string | delta_string () const |
|
sampleoffset_t | current_delta () const |
|
virtual std::string | position_string () const =0 |
|
virtual bool | can_loop () const |
|
virtual Location * | loop_location () const |
|
bool | has_loop () const |
|
SyncSource | type () const |
|
TransportRequestSource | request_type () const |
|
std::string | name () const |
|
void | set_name (std::string const &) |
|
int | set_state (XMLNode const &, int) |
|
XMLNode & | get_state () const |
|
virtual void | set_session (Session *) |
|
std::shared_ptr< Port > | port () const |
|
bool | check_collect () |
|
virtual void | set_collect (bool) |
|
bool | collect () const |
|
virtual void | init ()=0 |
|
virtual void | check_backend () |
|
virtual bool | allow_request (TransportRequestSource, TransportRequestType) const |
|
std::string | allowed_request_string () const |
|
TransportRequestType | request_mask () const |
|
void | set_request_mask (TransportRequestType) |
|
bool | removeable () const |
|
void | set_removeable (bool yn) |
|
std::string | display_name (bool sh=true) const |
|
virtual void | unregister_port () |
|
void | connect_port_using_state () |
|
virtual void | create_port ()=0 |
|
| Stateful () |
|
virtual | ~Stateful () |
|
virtual bool | apply_change (PropertyBase const &) |
|
PropertyChange | apply_changes (PropertyList const &) |
|
const OwnedPropertyList & | properties () const |
|
void | add_property (PropertyBase &s) |
|
void | add_extra_xml (XMLNode &) |
|
XMLNode * | extra_xml (const std::string &str, bool add_if_missing=false) |
|
void | save_extra_xml (const XMLNode &) |
|
const PBD::ID & | id () const |
|
bool | set_id (const XMLNode &) |
|
void | set_id (const std::string &) |
|
void | reset_id () |
|
void | clear_changes () |
|
virtual void | clear_owned_changes () |
|
PropertyList * | get_changes_as_properties (PBD::Command *) const |
|
virtual void | rdiff (std::vector< PBD::Command * > &) const |
|
bool | changed () const |
|
virtual PropertyList * | property_factory (const XMLNode &) const |
|
virtual void | suspend_property_changes () |
|
virtual void | resume_property_changes () |
|
bool | property_changes_suspended () const |
|
Definition at line 480 of file transport_master.h.