C# Class FMOD.Studio.BUFFER_INFO

Mostrar archivo Open project: fmod/UnityIntegration Class Usage Examples

Public Properties

Property Type Description
capacity int
currentUsage int
peakUsage int
stallCount int
stallTime float

Property Details

capacity public_oe property

public int capacity
return int

currentUsage public_oe property

public int currentUsage
return int

peakUsage public_oe property

public int peakUsage
return int

stallCount public_oe property

public int stallCount
return int

stallTime public_oe property

public float stallTime
return float