Function steamworks_sys::SteamAPI_ISteamRemoteStorage_PublishVideo[][src]

pub unsafe extern "C" fn SteamAPI_ISteamRemoteStorage_PublishVideo(
    self_: *mut ISteamRemoteStorage,
    eVideoProvider: EWorkshopVideoProvider,
    pchVideoAccount: *const c_char,
    pchVideoIdentifier: *const c_char,
    pchPreviewFile: *const c_char,
    nConsumerAppId: AppId_t,
    pchTitle: *const c_char,
    pchDescription: *const c_char,
    eVisibility: ERemoteStoragePublishedFileVisibility,
    pTags: *mut SteamParamStringArray_t
) -> SteamAPICall_t