|
virtual | ~PlaylistSource () |
|
int | set_state (const XMLNode &, int version) |
|
std::shared_ptr< const Playlist > | playlist () const |
|
const PBD::ID & | original () const |
|
const PBD::ID & | owner () const |
|
void | set_owner (PBD::ID const &id) |
|
| Source (Session &, DataType type, const std::string &name, Flag flags=Flag(0)) |
|
| Source (Session &, const XMLNode &) |
|
virtual | ~Source () |
|
DataType | type () |
|
time_t | timestamp () const |
|
void | stamp (time_t when) |
|
virtual timepos_t | length () const |
|
virtual bool | empty () const |
|
virtual void | update_length (timepos_t const &dur) |
|
void | set_take_id (std::string id) |
|
const std::string & | take_id () const |
|
void | mark_for_remove () |
|
virtual void | mark_streaming_write_started (const WriterLock &lock) |
|
virtual void | mark_streaming_write_completed (const WriterLock &lock, Temporal::timecnt_t const &duration)=0 |
|
virtual void | session_saved () |
|
XMLNode & | get_state () const |
|
int | set_state (XMLNode const &, int version) |
|
bool | writable () const |
|
virtual bool | length_mutable () const |
|
bool | has_been_analysed () const |
|
virtual bool | can_be_analysed () const |
|
virtual void | set_been_analysed (bool yn) |
|
virtual bool | check_for_analysis_data_on_disk () |
|
std::string | get_transients_path () const |
|
int | load_transients (const std::string &) |
|
size_t | n_captured_xruns () const |
|
XrunPositions const & | captured_xruns () const |
|
void | set_captured_xruns (XrunPositions const &xruns) |
|
void | set_captured_marks (CueMarkers const &marks) |
|
CueMarkers const & | cue_markers () const |
|
bool | add_cue_marker (CueMarker const &) |
|
bool | move_cue_marker (CueMarker const &, timepos_t const &source_relative_position) |
|
bool | remove_cue_marker (CueMarker const &) |
|
bool | rename_cue_marker (CueMarker &, std::string const &) |
|
bool | clear_cue_markers () |
|
virtual timepos_t | natural_position () const |
|
virtual void | set_natural_position (timepos_t const &pos) |
|
bool | have_natural_position () const |
|
timecnt_t | time_since_capture_start (timepos_t const &pos) |
|
void | set_allow_remove_if_empty (bool yn) |
|
Glib::Threads::RWLock & | mutex () |
|
Flag | flags () const |
|
virtual void | inc_use_count () |
|
virtual void | dec_use_count () |
|
int | use_count () const |
|
bool | used () const |
|
uint32_t | level () const |
|
std::string | ancestor_name () |
|
void | set_ancestor_name (const std::string &name) |
|
void | set_captured_for (std::string str) |
|
std::string | captured_for () const |
|
bool | get_segment_descriptor (TimelineRange const &, SegmentDescriptor &) |
|
int | set_segment_descriptor (SegmentDescriptor const &) |
|
| SessionObject (Session &session, const std::string &name) |
|
Session & | session () const |
|
std::string | name () const |
|
virtual bool | set_name (const std::string &str) |
|
Public Member Functions inherited from ARDOUR::SessionHandleRef |
| SessionHandleRef (ARDOUR::Session &s) |
|
virtual | ~SessionHandleRef () |
|
| ScopedConnectionList () |
|
| ScopedConnectionList (const ScopedConnectionList &)=delete |
|
ScopedConnectionList & | operator= (const ScopedConnectionList &)=delete |
|
virtual | ~ScopedConnectionList () |
|
void | add_connection (const UnscopedConnection &c) |
|
void | drop_connections () |
|
| 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 |
|
virtual | ~Destructible () |
|
virtual void | drop_references () |
|
|
| PlaylistSource (Session &, const PBD::ID &, const std::string &name, std::shared_ptr< Playlist >, DataType, timepos_t const &begin, timepos_t const &len, Source::Flag flags) |
|
| PlaylistSource (Session &, const XMLNode &) |
|
void | add_state (XMLNode &) const |
|
Protected Member Functions inherited from ARDOUR::SessionHandleRef |
virtual void | session_going_away () |
|
virtual void | insanity_check () |
|
void | add_instant_xml (XMLNode &, const std::string &directory_path) |
|
XMLNode * | instant_xml (const std::string &str, const std::string &directory_path) |
|
void | add_properties (XMLNode &) const |
|
PropertyChange | set_values (XMLNode const &) |
|
virtual void | post_set (const PropertyChange &) |
|
virtual void | send_change (const PropertyChange &) |
|
virtual void | mid_thaw (const PropertyChange &) |
|
bool | regenerate_xml_or_string_ids () const |
|
Definition at line 31 of file playlist_source.h.