Struct gstreamer_pbutils::DiscovererVideoInfo[]

pub struct DiscovererVideoInfo(_, _);

DiscovererStreamInfo specific to video streams (this includes images).

Implements

DiscovererStreamInfoExt, glib::object::ObjectExt

Methods

impl DiscovererVideoInfo
[src]

Returns

the average or nominal bitrate of the video stream in bits/second.

Returns

the depth in bits of the video stream.

Returns

the height of the video stream in pixels.

Returns

the maximum bitrate of the video stream in bits/second.

Returns

the width of the video stream in pixels.

Returns

true if the video stream corresponds to an image (i.e. only contains one frame).

Returns

true if the stream is interlaced, else false.

impl DiscovererVideoInfo
[src]

Trait Implementations

impl Clone for DiscovererVideoInfo

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for DiscovererVideoInfo

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

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

impl Ord for DiscovererVideoInfo

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 DiscovererVideoInfo

Returns the type identifier of Self.

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

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

This method tests for !=.

impl Eq for DiscovererVideoInfo

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

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 DiscovererVideoInfo

Formats the value using the given formatter. Read more

impl IsA<DiscovererStreamInfo> for DiscovererVideoInfo

impl IsA<Object> for DiscovererVideoInfo

impl Send for DiscovererVideoInfo
[src]

impl Sync for DiscovererVideoInfo
[src]