pub trait InstallMissingMediaPluginsPermissionRequestExt: 'static {
    fn description(&self) -> Option<GString>;
}
Available on crate feature v2_10 only.
Expand description

Required Methods

Gets the description about the missing plugins.

Gets the description about the missing plugins provided by the media backend when a media couldn’t be played.

Returns

a string with the description provided by the media backend.

Implementors