mistserver/Server/buffer.h

7 lines
91 B
C

#pragma once
struct buffer{
int number;
bool iskeyframe;
FLV_Pack * FLV;
};//buffer