Function empris::methods::get_metadata[][src]

pub async fn get_metadata(
    player: &mut Player<'_>
) -> Result<PropMap, Box<dyn Error>>
Expand description

Retrieves track metadata from a Player. The prop_cast function may be used to get specific values out of the resulting metadata.

Errors

May Err if there is a failure in getting the metadata.