hawkeye camera support(not tested)
This commit is contained in:
15
framework/Inspectron.HawkEye/RTSP/Sdp/Bandwidth.cs
Normal file
15
framework/Inspectron.HawkEye/RTSP/Sdp/Bandwidth.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace Inspectron.HawkEye.RTSP.Sdp
|
||||
{
|
||||
public class Bandwidth
|
||||
{
|
||||
public Bandwidth()
|
||||
{
|
||||
}
|
||||
|
||||
internal static Bandwidth Parse(string value)
|
||||
{
|
||||
//TODO really parse.
|
||||
return new Bandwidth();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user