Searched refs:NO_PREROLL (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/cortex/RouteApp/
H A DDormantNodeIO.cpp347 if(m_flags & NodeRef::NO_PREROLL)
348 _write_simple(_FLAG_ELEMENT, "NO_PREROLL", context);
448 else if(!strcmp(data, "NO_PREROLL"))
449 ioFlags |= NodeRef::NO_PREROLL;
/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.h132 NO_PREROLL = 1<<3, enumerator in enum:NodeRef::flag_t
488 // returns B_NOT_ALLOWED if the node is running, or if its NO_PREROLL
H A DNodeManager.cpp1611 (NodeRef::NO_START_STOP | NodeRef::NO_SEEK | NodeRef::NO_PREROLL);
2423 f |= (NodeRef::NO_START_STOP | NodeRef::NO_SEEK | NodeRef::NO_PREROLL);
H A DNodeRef.cpp1765 // returns B_NOT_ALLOWED if the node is running, or if its NO_PREROLL
1780 m_flags & NO_PREROLL)

Completed in 169 milliseconds