C# 클래스 ManagedBass.SampleInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
Channels int
Flags BassFlags
Frequency int
InsideAngle int
Length int
Max int
MaxDistance float
MinDistance float
MinGap int
Mode3D Mode3D
OriginalResolution int
OutsideAngle int
OutsideVolume float
Pan float
Priority int
VAM VAMMode
Volume float

프로퍼티 상세

Channels 공개적으로 프로퍼티

Number of channels... 1=mono, 2=stereo (default), etc.
public int Channels
리턴 int

Flags 공개적으로 프로퍼티

A combination of BassFlags.
public BassFlags Flags
리턴 BassFlags

Frequency 공개적으로 프로퍼티

Default playback rate (set to 44100 by default).
public int Frequency
리턴 int

InsideAngle 공개적으로 프로퍼티

The angle of the inside projection cone in degrees... 0 (no cone, default) - 360 (sphere).
public int InsideAngle
리턴 int

Length 공개적으로 프로퍼티

The Length in bytes.
public int Length
리턴 int

Max 공개적으로 프로퍼티

Maximum number of simultaneous playbacks (defaulted to 1).
public int Max
리턴 int

MaxDistance 공개적으로 프로퍼티

The maximum distance (default 0). The sample's volume stops decreasing when the listener is beyond this distance.
public float MaxDistance
리턴 float

MinDistance 공개적으로 프로퍼티

The minimum distance (default 0). The sample's volume is at maximum when the listener is within this distance.
public float MinDistance
리턴 float

MinGap 공개적으로 프로퍼티

Minimum time gap in milliseconds between creating channels using Bass.SampleGetChannel. This can be used to prevent flanging effects caused by playing a sample multiple times very close to eachother. The default setting, when loading/creating a sample, is 0 (disabled).
public int MinGap
리턴 int

Mode3D 공개적으로 프로퍼티

The 3D processing mode...
public Mode3D Mode3D
리턴 Mode3D

OriginalResolution 공개적으로 프로퍼티

The original resolution (bits per sample)... 0 = undefined (default).
public int OriginalResolution
리턴 int

OutsideAngle 공개적으로 프로퍼티

The angle of the outside projection cone in degrees... 0 (no cone, default) - 360 (sphere).
public int OutsideAngle
리턴 int

OutsideVolume 공개적으로 프로퍼티

The delta-volume outside the outer projection cone... 0 (silent) to 1 (full, default) - same as inside the cone.
public float OutsideVolume
리턴 float

Pan 공개적으로 프로퍼티

Default panning position -1 (full left) to +1 (full right) - defaulted to 0 = centre.
public float Pan
리턴 float

Priority 공개적으로 프로퍼티

Priority, used with the VAMMode.TerminatePriority flag... 0 (min, default) - 0xFFFFFFFF (max)
public int Priority
리턴 int

VAM 공개적으로 프로퍼티

The sample's DX7 voice allocation/management settings (if VAM is enabled)...a combination of VAMMode flags.
public VAMMode VAM
리턴 VAMMode

Volume 공개적으로 프로퍼티

Default volume... 0 (silent) to 1 (full, default).
public float Volume
리턴 float