The definition for an input source.
Declarations
Type
attribute set of (submodule)
Default
{
default = { };
}
Example
{
mpd = {
type = "pipe";
location = "/run/snapserver/mpd";
sampleFormat = "48000:16:2";
codec = "pcm";
};
};
The definition for an input source.
attribute set of (submodule)
{
default = { };
}
{
mpd = {
type = "pipe";
location = "/run/snapserver/mpd";
sampleFormat = "48000:16:2";
codec = "pcm";
};
};