Struct gstreamer_player::PlayerVideoInfo[]

pub struct PlayerVideoInfo(_, _);

PlayerStreamInfo specific to video streams.

Implements

PlayerStreamInfoExt, glib::object::ObjectExt

Methods

impl PlayerVideoInfo
[src]

Returns

the current bitrate of video in PlayerVideoInfo.

Returns

the height of video in PlayerVideoInfo.

Returns

the maximum bitrate of video in PlayerVideoInfo.

Returns

the width of video in PlayerVideoInfo.

impl PlayerVideoInfo
[src]

fps_n

Numerator of frame rate

fps_d

Denominator of frame rate

Returns the pixel aspect ratio in par_n and par_d

par_n

numerator

par_d

denominator

Trait Implementations

impl Clone for PlayerVideoInfo

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for PlayerVideoInfo

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

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

impl Ord for PlayerVideoInfo

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 PlayerVideoInfo

Returns the type identifier of Self.

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

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

This method tests for !=.

impl Eq for PlayerVideoInfo

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

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 PlayerVideoInfo

Formats the value using the given formatter. Read more

impl IsA<PlayerStreamInfo> for PlayerVideoInfo

impl IsA<Object> for PlayerVideoInfo

impl Send for PlayerVideoInfo
[src]

impl Sync for PlayerVideoInfo
[src]