Property ALOggPlayer.TALOggPlayer.Rate
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TALOggPlayer
Contents |
Syntax
Delphi:
property Rate : Integer read FRate write SetRate default 10000;
C++ Builder:
__property int Rate = { read=FRate, write=SetRate, default=10000 };
Summary
Specifies the sample rate of the Ogg player.
Description
Use this property to set the sample rate of the Ogg player.