Struct gstreamer::DeviceProvider[]

pub struct DeviceProvider(_, _);

A DeviceProvider subclass is provided by a plugin that handles devices if there is a way to programatically list connected devices. It can also optionally provide updates to the list of connected devices.

Each DeviceProvider subclass is a singleton, a plugin should normally provide a single subclass for all devices.

Applications would normally use a DeviceMonitor to monitor devices from all relevant providers.

Implements

DeviceProviderExt, GstObjectExt, glib::object::ObjectExt

Methods

impl DeviceProvider
[src]

Create a new device providerfactory capable of instantiating objects of the type_ and add the factory to plugin.

plugin

Plugin to register the device provider with, or None for a static device provider.

name

name of device providers of this type

rank

rank of device provider (higher rank means more importance when autoplugging)

type_

GType of device provider to register

Returns

true, if the registering succeeded, false on error

Trait Implementations

impl Clone for DeviceProvider

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for DeviceProvider

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Ord for DeviceProvider

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl StaticType for DeviceProvider

Returns the type identifier of Self.

impl<T: IsA<Object>> PartialEq<T> for DeviceProvider

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for DeviceProvider

impl<T: IsA<Object>> PartialOrd<T> for DeviceProvider

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Debug for DeviceProvider

Formats the value using the given formatter. Read more

impl IsA<Object> for DeviceProvider

impl IsA<Object> for DeviceProvider

impl Send for DeviceProvider
[src]

impl Sync for DeviceProvider
[src]