Kind Script

Build 1501 on 14/Nov/2017  This topic last edited on: 9/May/2012, at 13:03

Description

Returns kind of audio content.

Syntax

Kind(obj)

obj

generic object

Code

  ''' <summary>Kind of audio content. It is optional,

  ''' to be left unfilled if the kind is not know or not one of the listed ones</summary>

  ''' <remarks>ObjectType: audio</remarks>

  <Extension()> _

  Public Function Kind(ByVal obj As IGenericAttrObj) As String

    Return GetString(obj, "kind")

  End Function