mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
stability issues
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:2.0.50727.4200
|
||||
// Runtime Version:2.0.50727.4206
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
@@ -69,6 +69,33 @@ namespace CUETools.Codecs.FLACCL.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Additional preprocessor definitions for OpenCL kernel.
|
||||
/// </summary>
|
||||
internal static string DescriptionDefines {
|
||||
get {
|
||||
return ResourceManager.GetString("DescriptionDefines", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Use CPU or GPU device.
|
||||
/// </summary>
|
||||
internal static string DescriptionDeviceType {
|
||||
get {
|
||||
return ResourceManager.GetString("DescriptionDeviceType", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Do final encoding stages on GPU (experimental).
|
||||
/// </summary>
|
||||
internal static string DescriptionDoRice {
|
||||
get {
|
||||
return ResourceManager.GetString("DescriptionDoRice", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Use GPU on all stages.
|
||||
/// </summary>
|
||||
@@ -78,6 +105,42 @@ namespace CUETools.Codecs.FLACCL.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to GPU thread block size (64, 128, 256).
|
||||
/// </summary>
|
||||
internal static string DescriptionGroupSize {
|
||||
get {
|
||||
return ResourceManager.GetString("DescriptionGroupSize", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Device uses host memory (Don't use).
|
||||
/// </summary>
|
||||
internal static string DescriptionMappedMemory {
|
||||
get {
|
||||
return ResourceManager.GetString("DescriptionMappedMemory", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to OpenCL platform to use (ATI Stream, NVIDIA OpenCL, Intel OpenCL, etc).
|
||||
/// </summary>
|
||||
internal static string DescriptionPlatform {
|
||||
get {
|
||||
return ResourceManager.GetString("DescriptionPlatform", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Number of frames processed simultaniously (32, 64).
|
||||
/// </summary>
|
||||
internal static string DescriptionTaskSize {
|
||||
get {
|
||||
return ResourceManager.GetString("DescriptionTaskSize", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Calculate MD5 hash for audio stream.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user