C# Class Steamworks.SteamVideo

Exibir arquivo Open project: rlabrecque/Steamworks.NET Class Usage Examples

Public Methods

Method Description
GetVideoURL ( AppId_t unVideoAppID ) : void

Get a URL suitable for streaming the given Video app ID's video

IsBroadcasting ( int &pnNumViewers ) : bool

returns true if user is uploading a live broadcast

Method Details

GetVideoURL() public static method

Get a URL suitable for streaming the given Video app ID's video

public static GetVideoURL ( AppId_t unVideoAppID ) : void
unVideoAppID AppId_t
return void

IsBroadcasting() public static method

returns true if user is uploading a live broadcast

public static IsBroadcasting ( int &pnNumViewers ) : bool
pnNumViewers int
return bool