메소드 | 설명 | |
---|---|---|
Dispose ( ) : void |
Disposes the FlacFrame and releases all associated resources.
|
|
FromStream ( Stream stream ) : |
Creates a new instance of the FlacFrame class based on the specified stream.
|
|
FromStream ( Stream stream, FlacMetadataStreamInfo streamInfo ) : |
Creates a new instance of the FlacFrame class based on the specified stream and some basic stream information.
|
|
GetBuffer ( Memory &mem ) : int |
Gets the raw pcm data of the flac frame.
|
|
NextFrame ( ) : bool |
Tries to read the next flac frame inside of the specified stream and returns a value which indicates whether the next flac frame could be successfully read.
|
메소드 | 설명 | |
---|---|---|
AllocOuputMemory ( ) : List |
||
Decode ( Stream stream, FlacMetadataStreamInfo streamInfo ) : void | ||
FlacFrame ( Stream stream, FlacMetadataStreamInfo streamInfo = null ) : System | ||
FreeBuffers ( ) : void | ||
MapToChannels ( List subFrames ) : void | ||
ReadSubFrames ( ) : void |
public static FromStream ( Stream stream ) : |
||
stream | Stream | The stream which contains the flac frame. |
리턴 |
public static FromStream ( Stream stream, FlacMetadataStreamInfo streamInfo ) : |
||
stream | Stream | The stream which contains the flac frame. |
streamInfo | FlacMetadataStreamInfo | Some basic information about the flac stream. |
리턴 |