Property | Type | Description | |
---|---|---|---|
Internal_ClearSampleSettingOverride | bool | ||
Internal_ContainsSampleSettingsOverride | bool | ||
Internal_GetLoadInBackground | bool | ||
Internal_GetOverrideSampleSettings | |||
Internal_GetPreloadAudioData | bool | ||
Internal_SetLoadInBackground | void | ||
Internal_SetOverrideSampleSettings | bool | ||
Internal_SetPreloadAudioData | void | ||
maxBitrate | int | ||
minBitrate | int | ||
updateOrigData | void |
Method | Description | |
---|---|---|
ClearSampleSettingOverride ( string platform ) : bool |
Clears the sample settings override for the given platform.
|
|
ContainsSampleSettingsOverride ( string platform ) : bool |
Returns whether a given build target has its sample settings currently overridden.
|
|
GetOverrideSampleSettings ( string platform ) : |
Return the current override settings for the given platform.
|
|
SetOverrideSampleSettings ( string platform, |
Sets the override sample settings for the given platform.
|
Method | Description | |
---|---|---|
Internal_ClearSampleSettingOverride ( BuildTargetGroup platform ) : bool | ||
Internal_ContainsSampleSettingsOverride ( BuildTargetGroup platformGroup ) : bool | ||
Internal_GetLoadInBackground ( ) : bool | ||
Internal_GetOverrideSampleSettings ( BuildTargetGroup platformGroup ) : |
||
Internal_GetPreloadAudioData ( ) : bool | ||
Internal_SetLoadInBackground ( bool flag ) : void | ||
Internal_SetOverrideSampleSettings ( BuildTargetGroup platformGroup, |
||
Internal_SetPreloadAudioData ( bool flag ) : void | ||
maxBitrate ( AudioType type ) : int | ||
minBitrate ( AudioType type ) : int | ||
updateOrigData ( ) : void |
public ClearSampleSettingOverride ( string platform ) : bool | ||
platform | string | The platform to clear the overrides for. |
return | bool |
public ContainsSampleSettingsOverride ( string platform ) : bool | ||
platform | string | The platform to query if this AudioImporter has an override for. |
return | bool |
public GetOverrideSampleSettings ( string platform ) : |
||
platform | string | The platform to get the override settings for. |
return |
public SetOverrideSampleSettings ( string platform, |
||
platform | string | The platform which will have the sample settings overridden. |
settings | The override settings for the given platform. | |
return | bool |