GetVideoURLResult

Swift
public struct GetVideoURLResult: Sendable

Steamworks GetVideoURLResult_t


Topics

var result: Result

Steamworks m_eResult

Declaration
Swift
public let result: Result

var videoAppID: AppID

Steamworks m_unVideoAppID

Declaration
Swift
public let videoAppID: AppID

var url: String

Steamworks m_rgchURL

Declaration
Swift
public let url: String

init(result: Result, videoAppID: AppID, url: String)

Create a customized GetVideoURLResult

Declaration
Swift
public init(result: Result = .none, videoAppID: AppID = 0, url: String = "")