pw-client
Version:
Node.js wrapper for developing PipeWire clients
38 lines (37 loc) • 2.13 kB
JavaScript
export var StreamParam;
(function (StreamParam) {
/** property information as SPA_TYPE_OBJECT_PropInfo */
StreamParam[StreamParam["PropInfo"] = 1] = "PropInfo";
/** properties as SPA_TYPE_OBJECT_Props */
StreamParam[StreamParam["Props"] = 2] = "Props";
/** available formats as SPA_TYPE_OBJECT_Format */
StreamParam[StreamParam["EnumFormat"] = 3] = "EnumFormat";
/** configured format as SPA_TYPE_OBJECT_Format */
StreamParam[StreamParam["Format"] = 4] = "Format";
/** buffer configurations as SPA_TYPE_OBJECT_ParamBuffers */
StreamParam[StreamParam["Buffers"] = 5] = "Buffers";
/** allowed metadata for buffers as SPA_TYPE_OBJECT_ParamMeta */
StreamParam[StreamParam["Meta"] = 6] = "Meta";
/** configurable IO areas as SPA_TYPE_OBJECT_ParamIO */
StreamParam[StreamParam["IO"] = 7] = "IO";
/** profile enumeration as SPA_TYPE_OBJECT_ParamProfile */
StreamParam[StreamParam["EnumProfile"] = 8] = "EnumProfile";
/** profile configuration as SPA_TYPE_OBJECT_ParamProfile */
StreamParam[StreamParam["Profile"] = 9] = "Profile";
/** port configuration enumeration as SPA_TYPE_OBJECT_ParamPortConfig */
StreamParam[StreamParam["EnumPortConfig"] = 10] = "EnumPortConfig";
/** port configuration as SPA_TYPE_OBJECT_ParamPortConfig */
StreamParam[StreamParam["PortConfig"] = 11] = "PortConfig";
/** routing enumeration as SPA_TYPE_OBJECT_ParamRoute */
StreamParam[StreamParam["EnumRoute"] = 12] = "EnumRoute";
/** routing configuration as SPA_TYPE_OBJECT_ParamRoute */
StreamParam[StreamParam["Route"] = 13] = "Route";
/** Control parameter, a SPA_TYPE_Sequence. */
StreamParam[StreamParam["Control"] = 14] = "Control";
/** latency reporting, a SPA_TYPE_OBJECT_ParamLatency */
StreamParam[StreamParam["Latency"] = 15] = "Latency";
/** processing latency, a SPA_TYPE_OBJECT_ParamProcessLatency */
StreamParam[StreamParam["ProcessLatency"] = 16] = "ProcessLatency";
/** tag reporting, a SPA_TYPE_OBJECT_ParamTag. */
StreamParam[StreamParam["Tag"] = 17] = "Tag";
})(StreamParam || (StreamParam = {}));