public static float GetLength(CVideoStream stream) { if (stream == null) { throw new ArgumentException("stream is null"); } if (_VideoDecoder == null) { throw new NotSupportedException("_VideoDecoder is null (already closed?)"); } return(_VideoDecoder.GetLength(stream)); }
public static float GetLength(CVideoStream stream) { return(_VideoDecoder.GetLength(stream)); }
public static float VdGetLength(int StreamID) { return(_VideoDecoder.GetLength(StreamID)); }