C# Class MP3Import, SoundtrackEditor

Inheritance: MonoBehaviour
Afficher le fichier Open project: pizzaoverhead/SoundtrackEditor Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
ByteToFloat ( byte bArray ) : float[]
ByteToInt16 ( byte buffer ) : System.Int16[]
GetTrackInfo ( string path ) : TrackInfo,
IntToFloat ( Int16 from ) : float[]
StartImport ( string mPath ) : AudioClip

Method Details

ByteToFloat() public méthode

public ByteToFloat ( byte bArray ) : float[]
bArray byte
Résultat float[]

ByteToInt16() public méthode

public ByteToInt16 ( byte buffer ) : System.Int16[]
buffer byte
Résultat System.Int16[]

GetTrackInfo() public méthode

public GetTrackInfo ( string path ) : TrackInfo,
path string
Résultat TrackInfo,

IntToFloat() public méthode

public IntToFloat ( Int16 from ) : float[]
from System.Int16
Résultat float[]

StartImport() public méthode

public StartImport ( string mPath ) : AudioClip
mPath string
Résultat UnityEngine.AudioClip

Property Details

FrameSize public_oe property

public int FrameSize
Résultat int

GenreText public_oe static_oe property

public static string[] GenreText
Résultat string[]

audioSource public_oe property

public AudioSource,UnityEngine audioSource
Résultat UnityEngine.AudioSource

channels public_oe property

public IntPtr channels
Résultat IntPtr

done public_oe property

public IntPtr done
Résultat IntPtr

encoding public_oe property

public IntPtr encoding
Résultat IntPtr

errPtr public_oe property

public IntPtr errPtr
Résultat IntPtr

handle_mpg public_oe property

public IntPtr handle_mpg
Résultat IntPtr

id3v1 public_oe property

public IntPtr id3v1
Résultat IntPtr

id3v2 public_oe property

public IntPtr id3v2
Résultat IntPtr

intChannels public_oe property

public int intChannels
Résultat int

intEncoding public_oe property

public int intEncoding
Résultat int

intRate public_oe property

public int intRate
Résultat int

lengthSamples public_oe property

public int lengthSamples
Résultat int

mPath public_oe property

public string mPath
Résultat string

myClip public_oe property

public AudioClip,UnityEngine myClip
Résultat UnityEngine.AudioClip

rate public_oe property

public IntPtr rate
Résultat IntPtr

x public_oe property

public int x
Résultat int