C# 클래스 OpenRA.Mods.Common.FileFormats.ImaAdpcmChunk

파일 보기 프로젝트 열기: pchote/OpenRA

공개 프로퍼티들

프로퍼티 타입 설명
CompressedSize int
OutputSize int

공개 메소드들

메소드 설명
Read ( Stream s ) : ImaAdpcmChunk

메소드 상세

Read() 공개 정적인 메소드

public static Read ( Stream s ) : ImaAdpcmChunk
s System.IO.Stream
리턴 ImaAdpcmChunk

프로퍼티 상세

CompressedSize 공개적으로 프로퍼티

public int CompressedSize
리턴 int

OutputSize 공개적으로 프로퍼티

public int OutputSize
리턴 int