BDInfo.TSCodecMVC.Scan C# (CSharp) Method

Scan() public static method

public static Scan ( TSVideoStream stream, TSStreamBuffer buffer, string &tag ) : void
stream TSVideoStream
buffer TSStreamBuffer
tag string
return void
        public static void Scan(
            TSVideoStream stream,
            TSStreamBuffer buffer,
            ref string tag)
        {
            stream.IsVBR = true;
            stream.IsInitialized = true;
        }
TSCodecMVC