Axiom.Media.DDSCodec.Encode C# (CSharp) 메소드

Encode() 공개 메소드

Encodes the data in the input stream and saves the result in the output stream.
public Encode ( Stream input, Stream output ) : void
input Stream Input stream (decoded data).
output Stream Output stream (encoded data).
리턴 void
        public override void Encode( Stream input, Stream output, params object[] args )
        {
        }