Пример #1
0
 /// <summary>
 /// Gets maximum length of encoded data. Estimate taken from the description of 'lame_encode_buffer' method in 'lame.h'
 /// </summary>
 public int GetMaxEncodedLength(int SourceCount) => _sharpAviLame.GetMaxEncodedLength(SourceCount);