Lame |
The LameMP3FileWriter type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose | Dispose of object (Overrides StreamDispose(Boolean)) |
![]() | Flush | Finalise compression, add final output to output stream and close encoder (Overrides StreamFlush) |
![]() | GetLameInstance | Get internal LAME library instance |
![]() | Read | Reading not supported. Throws NotImplementedException. (Overrides StreamRead(Byte, Int32, Int32)) |
![]() | Seek | Seeking not supported. Throws NotImplementedException. (Overrides StreamSeek(Int64, SeekOrigin)) |
![]() | SetLength | Setting length not supported. Throws NotImplementedException. (Overrides StreamSetLength(Int64)) |
![]() | Write | Add data to output buffer, sending to encoder when buffer full (Overrides StreamWrite(Byte, Int32, Int32)) |
Name | Description | |
---|---|---|
![]() | CopyTo | (Defined by StreamExtension) |
![]() | CopyTo | (Defined by StreamExtension) |