Class ALVorbisComments.TALVorbisCommentItem
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 40: | Line 40: | ||
*[[Property ALVorbisComments.TALVorbisCommentItem.Name|Name]] - Specifies the name of the comment. | *[[Property ALVorbisComments.TALVorbisCommentItem.Name|Name]] - Specifies the name of the comment. | ||
*[[Property ALVorbisComments.TALVorbisCommentItem.Value|Value]] - Specifies the text to be contained in the comment. | *[[Property ALVorbisComments.TALVorbisCommentItem.Value|Value]] - Specifies the text to be contained in the comment. | ||
+ | |||
+ | == From [[Class LPComponent.TLPCollectionItem|TLPCollectionItem]] == | ||
+ | |||
+ | == Methods == | ||
+ | |||
+ | === Public === | ||
+ | *[[Method function LPComponent.TLPCollectionItem.QueryInterface(TGUID;TLPCollectionItem) : HResult|function QueryInterface(IID : TGUID; Obj : TLPCollectionItem) : HResult]] | ||
[[Category:Classes]] | [[Category:Classes]] |
Revision as of 20:30, 10 June 2013
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.
Package: AudioLabPkg
Unit: ALVorbisComments
Inherits: TLPCollectionItem
Contents |
Syntax
Delphi:
type TALVorbisCommentItem = class( TLPCollectionItem )
C++ Builder:
class TALVorbisCommentItem : public TLPCollectionItem
Visual C++ (MFC):
class CTALVorbisCommentItem : public CTLPCollectionItem
C# (.NET):
public ref class TALVorbisCommentItem : Vcl.VclCollectionItem
Summary
Comment item to be embedded in the Vorbis compressed stream.
Description
Defines comment item to be embedded in the Vorbis compressed stream.
Properties
Published
- Name - Specifies the name of the comment.
- Value - Specifies the text to be contained in the comment.