|
NAMEjack_property - JACK client to list, set and delete metadata informationSYNOPSISjack_property -ljack_property [ -c | -p ] -l identifier jack_property [ -c | -p ] -l identifier key jack_property [ -c | -p ] -s identifier key value [ type ] jack_property [ -c | -p ] -d identifier jack_property [ -c | -p ] -d identifier key jack_property -D DESCRIPTIONjack_property can be used to list, set and delete any and all metadata associated with the ports and clients of a JACK server.There are three main ways to use the command. The -l option is used to list existing metadata. The -s option is used to set metadata. The -d/-D options are used to delete metadata. The identifier is normally a UUID (UUIDs for ports and clients can be shown with jack_lsp(1)). If the -c option is used, then identifier will be interpreted as a client name, and its UUID will be looked up internally and used for the relevant metadata operation. If the -p option is used, then identifier will be interpreted as a port name and its UUID will be looked up internally and used for the relevant metadata operation. The key is an arbitrary string that identifies the metadata to be operated upon. The value is an arbitrary string that defines the value of the metadata to be created. The type is an optional MIME type, given as a string. An empty type for a piece of metadata results in it being interpreted as "text/UTF-8". OPTIONS
Visit the GSP FreeBSD Man Page Interface. |