rtmpLiveUrl() 공개 정적인 메소드

public static rtmpLiveUrl ( Stream stream ) : string>.IDictionary
stream Stream
리턴 string>.IDictionary
예제 #1
0
 public virtual IDictionary <string, string> rtmpLiveUrls()
 {
     return(API.rtmpLiveUrl(this));
 }