Delphi interface for Monkey’s Audio (.ape) files via MACDll.dll
| ACS_MAC | Delphi interface for Monkey’s Audio (.ape) files via MACDll.dll |
| TMACOut | Monkey’s Audio (APE) encoder. |
| Properties | |
| APEv2Tags | Use this property to add APE v. |
| CompressionLevel | Use this property to set the compression level for the APE file being created. |
| MaxAudioBytes | Use this property to set the absolute maximum audio bytes that will be encoded. |
| TMACIn | Monkey’s Audio (APE) decoder. |
| Properties | |
| APEv2Tags | Use this property to read APE v. |
| AverageBitrate | This property shows the average bitrate for the ape file being played. |
| CurrentBitrate | This property shows the current bitrate for the ape file being played. |
| CurrentBlock | Read this property to get the number of block being read from file. |
| CurrentMS | This property shows how many milliseconds have passed since the beginning of the file. |
| LengthMS | Read this property to get the length of the file in milliseconds. |
| TotalBlocks | The total number of blocks in the file. |
Monkey’s Audio (APE) encoder. Descends from TAuTaggedFileOut. Requires MACDll.dll.
| Properties | |
| APEv2Tags | Use this property to add APE v. |
| CompressionLevel | Use this property to set the compression level for the APE file being created. |
| MaxAudioBytes | Use this property to set the absolute maximum audio bytes that will be encoded. |
Use this property to set the compression level for the APE file being created. The pssible values are 1000 (fastest time, lowest compression rate), 2000 (the default), 3000, 4000 (slow comression performance very high compression rate), 5000 (very slow performance, maximum compression).
Monkey’s Audio (APE) decoder. Descends from TAuTaggedFileIn. Requires MACDll.dll.
| Properties | |
| APEv2Tags | Use this property to read APE v. |
| AverageBitrate | This property shows the average bitrate for the ape file being played. |
| CurrentBitrate | This property shows the current bitrate for the ape file being played. |
| CurrentBlock | Read this property to get the number of block being read from file. |
| CurrentMS | This property shows how many milliseconds have passed since the beginning of the file. |
| LengthMS | Read this property to get the length of the file in milliseconds. |
| TotalBlocks | The total number of blocks in the file. |