C# Class csvorbis.Comment

Show file Open project: secred/Tachycardia Class Usage Examples

Public Properties

Property Type Description
comment_lengths int[]
comments int
user_comments byte[][]
vendor byte[]

Public Methods

Method Description
add ( String comment ) : void
add_tag ( String tag, String contents ) : void
getComment ( int i ) : String
getVendor ( ) : String
header_out ( Packet op ) : int
init ( ) : void
query ( String tag ) : String
query ( String tag, int count ) : String
toString ( ) : String

Private Methods

Method Description
add ( byte comment ) : void
clear ( ) : void
pack ( csBuffer opb ) : int
query ( byte tag, int count ) : int
tagcompare ( byte s1, byte s2, int n ) : bool
unpack ( csBuffer opb ) : int

Method Details

add() public method

public add ( String comment ) : void
comment String
return void

add_tag() public method

public add_tag ( String tag, String contents ) : void
tag String
contents String
return void

getComment() public method

public getComment ( int i ) : String
i int
return String

getVendor() public method

public getVendor ( ) : String
return String

header_out() public method

public header_out ( Packet op ) : int
op csogg.Packet
return int

init() public method

public init ( ) : void
return void

query() public method

public query ( String tag ) : String
tag String
return String

query() public method

public query ( String tag, int count ) : String
tag String
count int
return String

toString() public method

public toString ( ) : String
return String

Property Details

comment_lengths public property

public int[] comment_lengths
return int[]

comments public property

public int comments
return int

user_comments public property

public byte[][] user_comments
return byte[][]

vendor public property

public byte[] vendor
return byte[]