메소드 | 설명 | |
---|---|---|
Decode ( Stream input, Stream output ) : object |
Codes the data from the input chunk into the output chunk.
|
|
EncodeToFile ( Stream input, string fileName, object codecData ) : void |
Encodes data to a file.
|
메소드 | 설명 | |
---|---|---|
ConvertImageFormat ( string name ) : |
public Decode ( Stream input, Stream output ) : object | ||
input | Stream | Input stream (encoded data). |
output | Stream | Output stream (decoded data). |
리턴 | object |
public EncodeToFile ( Stream input, string fileName, object codecData ) : void | ||
input | Stream | Stream containing data to write. |
fileName | string | Filename to output to. |
codecData | object | Extra data to use in order to describe the codec data. |
리턴 | void |