Example #1
0
 public static Offset <VideoFingerPrint> CreateVideoFingerPrint(FlatBufferBuilder builder,
                                                                StringOffset filePathOffset          = default(StringOffset),
                                                                VectorOffset frameFingerPrintsOffset = default(VectorOffset))
 {
     builder.StartObject(2);
     VideoFingerPrint.AddFrameFingerPrints(builder, frameFingerPrintsOffset);
     VideoFingerPrint.AddFilePath(builder, filePathOffset);
     return(VideoFingerPrint.EndVideoFingerPrint(builder));
 }
Example #2
0
 public static VideoFingerPrint GetRootAsVideoFingerPrint(ByteBuffer _bb, VideoFingerPrint obj)
 {
     return(obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb));
 }