Ejemplo n.º 1
0
		public LTCPullBuffer(LTCSharp.Encoder encoder)
			: base(4096)
		{
			FEncoder = encoder;
			
			//fill the buffer with the first pull
			Pull(PullCount);
		}
Ejemplo n.º 2
0
        public LTCPullBuffer(LTCSharp.Encoder encoder)
            : base(4096)
        {
            FEncoder = encoder;

            //fill the buffer with the first pull
            Pull(PullCount);
        }