pub trait InstallMissingMediaPluginsPermissionRequestExt: 'static {
fn description(&self) -> Option<GString>;
}
Available on crate feature
v2_10
only.Expand description
Trait containing all InstallMissingMediaPluginsPermissionRequest
methods.
Implementors
Required Methods
sourcefn description(&self) -> Option<GString>
fn description(&self) -> Option<GString>
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.