pub unsafe extern "C" fn AM_DeletePendingTitle(
    mediatype: FS_MediaType,
    titleId: u64_
) -> Result
Expand description

Deletes a pending title.

§Arguments

  • mediatype - Media type to delete from.
  • titleId - ID of the pending title to delete.