C# Class csvorbis.Info

Mostra file Open project: secred/Tachycardia Class Usage Examples

Public Properties

Property Type Description
channels int
rate int
version int

Public Methods

Method Description
blocksize ( Packet op ) : int
clear ( ) : void
init ( ) : void
synthesis_headerin ( Comment vc, Packet op ) : int
toString ( ) : String

Private Methods

Method Description
ilog2 ( int v ) : int
pack_books ( csBuffer opb ) : int
pack_info ( csBuffer opb ) : int
unpack_books ( csBuffer opb ) : int
unpack_info ( csBuffer opb ) : int

Method Details

blocksize() public method

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

clear() public method

public clear ( ) : void
return void

init() public method

public init ( ) : void
return void

synthesis_headerin() public method

public synthesis_headerin ( Comment vc, Packet op ) : int
vc Comment
op csogg.Packet
return int

toString() public method

public toString ( ) : String
return String

Property Details

channels public_oe property

public int channels
return int

rate public_oe property

public int rate
return int

version public_oe property

public int version
return int