class

Pipewire::SPA::PodFactory

Inherits Reference < Object

Constructors

Instance methods

array(values : Array(Int32))
Source
array(values : Array(Int64))
Source
array(values : Array(Float32))
Source
array(values : Array(Float64))
Source
array(values : Array(Bool))
Source
bool(value : Bool)
Source
choice_enum_id(default : T, values : Enumerable(T)) forall T
Source
double(value : Float64)
Source
float(value : Float32)
Source
fraction(num : UInt32, denom : UInt32)
Source
fraction(fraction : Fraction)
Source
id(value)
Source
int(value : Int32)
Source
long(value : Int64)
Source
none
Source
object(obj_type : Pipewire::LibSPA::PodObjectType, obj_id : Pipewire::LibSPA::ParamType, &)
Source
prop(key : UInt32, flags : Pipewire::LibSPA::PropFlag = Pipewire::LibSPA::PropFlag::None, &)
Source
range(default : Int32, min : Int32, max : Int32)
Source
range(default : Int64, min : Int64, max : Int64)
Source
range(default : Float32, min : Float32, max : Float32)
Source
range(default : Float64, min : Float64, max : Float64)
Source
range(default : Bool, min : Bool, max : Bool)
Source
rectangle(width : UInt32, height : UInt32)
Source
rectangle(rectangle : Rectangle)
Source
string(value : String)
Source
struct
Source
to_slice
Source
to_unsafe
Source

Nested types