Example #1
0
 public RtmpConnectionRequest(RtmpStreamContent content, NetStreamConfigurations streamconfigurations)
 {
     Content = content;
     StreamConfigurations = streamconfigurations;
 }
Example #2
0
 public RtmpConnectionRequest(RtmpStreamContent content, NetStreamConfigurations streamconfigurations, NetProtocolConfigurations protocolconfigurations)
 {
     Content = content;
     StreamConfigurations   = streamconfigurations;
     ProtocolConfigurations = protocolconfigurations;
 }
Example #3
0
 public RtmpConnectionRequest(RtmpStreamContent content)
 {
     Content = content;
 }