rtmpLiveUrl() public static method

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