Function AM_GetTitleCount

Source
pub unsafe extern "C" fn AM_GetTitleCount(
    mediatype: FS_MediaType,
    count: *mut u32_,
) -> Result
Expand description

Gets the number of titles for a given media type.

ยงArguments

  • mediatype - Media type to get titles from.
  • count (direction out) - Pointer to write the title count to.