25 #ifndef SPA_COMMAND_NODE_H 
   26 #define SPA_COMMAND_NODE_H 
   61 #define SPA_NODE_COMMAND_ID(cmd)        SPA_COMMAND_ID(cmd, SPA_TYPE_COMMAND_Node) 
   62 #define SPA_NODE_COMMAND_INIT(id)       SPA_COMMAND_INIT(SPA_TYPE_COMMAND_Node, id) 
spa_node_command
Definition: command.h:45
 
@ SPA_NODE_COMMAND_RequestProcess
Sent to a driver when some other node emitted the RequestProcess event.
Definition: command.h:62
 
@ SPA_NODE_COMMAND_Disable
Definition: command.h:53
 
@ SPA_NODE_COMMAND_Flush
Definition: command.h:54
 
@ SPA_NODE_COMMAND_Enable
Definition: command.h:52
 
@ SPA_NODE_COMMAND_Suspend
suspend a node, this removes all configured formats and closes any devices
Definition: command.h:46
 
@ SPA_NODE_COMMAND_Pause
pause a node.
Definition: command.h:48
 
@ SPA_NODE_COMMAND_Drain
Definition: command.h:55
 
@ SPA_NODE_COMMAND_Marker
Definition: command.h:56
 
@ SPA_NODE_COMMAND_ParamBegin
begin a set of parameter enumerations or configuration that require the device to remain opened,...
Definition: command.h:57
 
@ SPA_NODE_COMMAND_Start
start a node, this makes it start emitting scheduling events
Definition: command.h:50
 
@ SPA_NODE_COMMAND_ParamEnd
end a transaction
Definition: command.h:61