C# 클래스 UnityEditor.AudioImporterSampleSettings

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
compressionFormat AudioCompressionFormat
conversionMode int
loadType AudioClipLoadType
quality float
sampleRateOverride uint
sampleRateSetting AudioSampleRateSetting

프로퍼티 상세

compressionFormat 공개적으로 프로퍼티

CompressionFormat defines the compression type that the audio file is encoded to. Different compression types have different performance and audio artifact characteristics.

public AudioCompressionFormat compressionFormat
리턴 AudioCompressionFormat

conversionMode 공개적으로 프로퍼티

public int conversionMode
리턴 int

loadType 공개적으로 프로퍼티

LoadType defines how the imported AudioClip data should be loaded.

public AudioClipLoadType loadType
리턴 AudioClipLoadType

quality 공개적으로 프로퍼티

Audio compression quality (0-1) Amount of compression. The value roughly corresponds to the ratio between the resulting and the source file sizes.

public float quality
리턴 float

sampleRateOverride 공개적으로 프로퍼티

Target sample rate to convert to when samplerateSetting is set to OverrideSampleRate.

public uint sampleRateOverride
리턴 uint

sampleRateSetting 공개적으로 프로퍼티

Defines how the sample rate is modified (if at all) of the importer audio file.

public AudioSampleRateSetting sampleRateSetting
리턴 AudioSampleRateSetting