Exemple #1
0
        public FlvStreamer(Flv vid = null)
        {
            tagId = 0;

            Video = vid;

            TagsPerMessage = 70;
            SendRate = 550;

            sendTags = new List<FlvTag>();

            timer = new Stopwatch();
        }
Exemple #2
0
        public FlvStreamer(Flv vid = null)
        {
            tagId = 0;

            Video = vid;

            TagsPerMessage = 70;
            SendRate       = 550;

            sendTags = new List <FlvTag>();

            timer = new Stopwatch();
        }