LibMp3LameDecodeOnTheFly Property |
Decode on the fly. Search for the peak sample. If the ReplayGain analysis is enabled then perform the analysis on the decoded data stream.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool DecodeOnTheFly { get; set; }
Public Property DecodeOnTheFly As Boolean
Get
Set
public:
property bool DecodeOnTheFly {
bool get ();
void set (bool value);
}
member DecodeOnTheFly : bool with get, set
Property Value
Type:
BooleanSee Also