C# 클래스 Steamworks.SteamVideo

파일 보기 프로젝트 열기: rlabrecque/Steamworks.NET 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

GetVideoURL() 공개 정적인 메소드

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

public static GetVideoURL ( AppId_t unVideoAppID ) : void
unVideoAppID AppId_t
리턴 void

IsBroadcasting() 공개 정적인 메소드

returns true if user is uploading a live broadcast

public static IsBroadcasting ( int &pnNumViewers ) : bool
pnNumViewers int
리턴 bool