hawkeye camera support(not tested)
This commit is contained in:
15
framework/Inspectron.HawkEye/RTSP/Sdp/Timing.cs
Normal file
15
framework/Inspectron.HawkEye/RTSP/Sdp/Timing.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace Inspectron.HawkEye.RTSP.Sdp
|
||||
{
|
||||
public class Timing
|
||||
{
|
||||
private string timing;
|
||||
private string repeat;
|
||||
|
||||
public Timing(string timing, string repeat)
|
||||
{
|
||||
// TODO: Complete member initialization
|
||||
this.timing = timing;
|
||||
this.repeat = repeat;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user