C# 클래스 MP3Import, SoundtrackEditor

상속: MonoBehaviour
파일 보기 프로젝트 열기: pizzaoverhead/SoundtrackEditor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FrameSize int
GenreText string[]
audioSource UnityEngine.AudioSource
channels IntPtr
done IntPtr
encoding IntPtr
errPtr IntPtr
handle_mpg IntPtr
id3v1 IntPtr
id3v2 IntPtr
intChannels int
intEncoding int
intRate int
lengthSamples int
mPath string
myClip UnityEngine.AudioClip
rate IntPtr
x int

공개 메소드들

메소드 설명
ByteToFloat ( byte bArray ) : float[]
ByteToInt16 ( byte buffer ) : System.Int16[]
GetTrackInfo ( string path ) : TrackInfo,
IntToFloat ( Int16 from ) : float[]
StartImport ( string mPath ) : AudioClip

메소드 상세

ByteToFloat() 공개 메소드

public ByteToFloat ( byte bArray ) : float[]
bArray byte
리턴 float[]

ByteToInt16() 공개 메소드

public ByteToInt16 ( byte buffer ) : System.Int16[]
buffer byte
리턴 System.Int16[]

GetTrackInfo() 공개 메소드

public GetTrackInfo ( string path ) : TrackInfo,
path string
리턴 TrackInfo,

IntToFloat() 공개 메소드

public IntToFloat ( Int16 from ) : float[]
from System.Int16
리턴 float[]

StartImport() 공개 메소드

public StartImport ( string mPath ) : AudioClip
mPath string
리턴 UnityEngine.AudioClip

프로퍼티 상세

FrameSize 공개적으로 프로퍼티

public int FrameSize
리턴 int

GenreText 공개적으로 정적으로 프로퍼티

public static string[] GenreText
리턴 string[]

audioSource 공개적으로 프로퍼티

public AudioSource,UnityEngine audioSource
리턴 UnityEngine.AudioSource

channels 공개적으로 프로퍼티

public IntPtr channels
리턴 IntPtr

done 공개적으로 프로퍼티

public IntPtr done
리턴 IntPtr

encoding 공개적으로 프로퍼티

public IntPtr encoding
리턴 IntPtr

errPtr 공개적으로 프로퍼티

public IntPtr errPtr
리턴 IntPtr

handle_mpg 공개적으로 프로퍼티

public IntPtr handle_mpg
리턴 IntPtr

id3v1 공개적으로 프로퍼티

public IntPtr id3v1
리턴 IntPtr

id3v2 공개적으로 프로퍼티

public IntPtr id3v2
리턴 IntPtr

intChannels 공개적으로 프로퍼티

public int intChannels
리턴 int

intEncoding 공개적으로 프로퍼티

public int intEncoding
리턴 int

intRate 공개적으로 프로퍼티

public int intRate
리턴 int

lengthSamples 공개적으로 프로퍼티

public int lengthSamples
리턴 int

mPath 공개적으로 프로퍼티

public string mPath
리턴 string

myClip 공개적으로 프로퍼티

public AudioClip,UnityEngine myClip
리턴 UnityEngine.AudioClip

rate 공개적으로 프로퍼티

public IntPtr rate
리턴 IntPtr

x 공개적으로 프로퍼티

public int x
리턴 int