Property ALVorbisDecompressor.TALVorbisDecompressor.Vendor
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: TALVorbisDecompressor
Contents |
Syntax
Delphi:
property Vendor : String read GetVendor;
C++ Builder:
__property String Vendor = { read=GetVendor };
Summary
The name of the vendor.
Description
Use this property to get the name of the file vendor.
Delphi example:
var AValue : String; AValue := ALVorbisDecompressor1.SampleRate;
C++ Builder example:
AunsiString AValue := ALVorbisDecompressor1->SampleRate;
Visual C++(MFC/Win32) example:
CString AValue := ALVorbisDecompressor1.SampleRate;
C# example:
String AValue := vorbisDecompressor1.SampleRate;