public HdrEventParseArgsH264(HdrEventParseType type)
     : this(type, h264HdrType_t.h264HdrType_None)
 {
 }
 public HdrEventParseArgs(HdrEventParseType parseType)
     : this(parseType, Hdr.HdrType.NONE)
 {
 }
 public HdrEventParseArgsH264(HdrEventParseType type, h264HdrType_t hdrType)
     : base(type, GetType(hdrType))
 {
 }
 public HdrEventParseArgs(HdrEventParseType parseType, Hdr.HdrType hdrType)
     : base()
 {
     mParseType = parseType;
     mHdrType   = hdrType;
 }
 public HdrEventParseArgs(HdrEventParseType parseType)
     : this(parseType, Hdr.HdrType.NONE)
 {
 }
 public HdrEventParseArgs(HdrEventParseType parseType, Hdr.HdrType hdrType)
     : base()
 {
     mParseType = parseType;
     mHdrType = hdrType;
 }
Beispiel #7
0
 public HdrEventParseArgsH264(HdrEventParseType type)
     : this(type, h264HdrType_t.h264HdrType_None)
 {
 }
Beispiel #8
0
 public HdrEventParseArgsH264(HdrEventParseType type, h264HdrType_t hdrType)
     : base(type, GetType(hdrType))
 {
 }