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.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic 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:
Boolean
See Also