C# 클래스 FSO.Files.HIT.Track

TRK is a CSV format that defines a HIT track.
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ArgType HITArgs
ControlGroup HITControlGroups
DuckingPriority HITDuckingPriorities
Looped uint
MagicNumber string
SoundID uint
TrackID uint
TrackName string
Version uint
Volume uint

공개 메소드들

메소드 설명
Track ( byte Filedata ) : System

Creates a new track.

비공개 메소드들

메소드 설명
ParseHexString ( string input ) : uint

메소드 상세

Track() 공개 메소드

Creates a new track.
public Track ( byte Filedata ) : System
Filedata byte The data to create the track from.
리턴 System

프로퍼티 상세

ArgType 공개적으로 프로퍼티

public HITArgs ArgType
리턴 HITArgs

ControlGroup 공개적으로 프로퍼티

public HITControlGroups ControlGroup
리턴 HITControlGroups

DuckingPriority 공개적으로 프로퍼티

public HITDuckingPriorities DuckingPriority
리턴 HITDuckingPriorities

Looped 공개적으로 프로퍼티

public uint Looped
리턴 uint

MagicNumber 공개적으로 프로퍼티

public string MagicNumber
리턴 string

SoundID 공개적으로 프로퍼티

public uint SoundID
리턴 uint

TrackID 공개적으로 프로퍼티

public uint TrackID
리턴 uint

TrackName 공개적으로 프로퍼티

public string TrackName
리턴 string

Version 공개적으로 프로퍼티

public uint Version
리턴 uint

Volume 공개적으로 프로퍼티

public uint Volume
리턴 uint