class

Pipewire::SPA::PodFactory::Format

Inherits Reference < Object

Constructors

new(pod_factory : PodFactory)
Source

Instance methods

audio_channels(channels : Int32)
Source
audio_format(*formats : Pipewire::LibSPA::AudioFormat)
Source
audio_rate(default : Int32, min : Int32, max : Int32)
Source
audio_rate(rate : Int32)
Source
media(main_id : Pipewire::LibSPA::MediaType, subtype_id : Pipewire::LibSPA::MediaSubType)
Source
media_subtype(id : Pipewire::LibSPA::MediaSubType)
Source
media_type(id : Pipewire::LibSPA::MediaType)
Source
video_format(*formats : Pipewire::LibSPA::VideoFormat)
Source
video_framerate(default : Tuple(Int32, Int32), min : Tuple(Int32, Int32), max : Tuple(Int32, Int32))
Source
video_framerate(default : PodFactory::Fraction, min : PodFactory::Fraction, max : PodFactory::Fraction)
Source
video_framerate(rate : Tuple(Int32, Int32))
Source
video_size(default : Tuple(Int32, Int32), min : Tuple(Int32, Int32), max : Tuple(Int32, Int32))
Source
video_size(default : PodFactory::Rectangle, min : PodFactory::Rectangle, max : PodFactory::Rectangle)
Source
video_size(size : Tuple(Int32, Int32))
Source