C# Class IdSharp.Tagging.Tests.Frames

显示文件 Open project: judwhite/IdSharp Class Usage Examples

Public Methods

Method Description
AudioEncryption ( ID3v2TagVersion tagVersion ) : void
Commercial ( ID3v2TagVersion tagVersion, bool useLogo ) : void
EncryptionMethod ( ID3v2TagVersion tagVersion, bool useData ) : void

Private Methods

Method Description
GetFrame ( ID3v2TagVersion tagVersion, byte data ) : Stream
TestFrame ( IFrame frame, ID3v2TagVersion tagVersion, byte data ) : void
Write ( MemoryStream ms, byte data ) : void

Method Details

AudioEncryption() public static method

public static AudioEncryption ( ID3v2TagVersion tagVersion ) : void
tagVersion ID3v2TagVersion
return void

Commercial() public static method

public static Commercial ( ID3v2TagVersion tagVersion, bool useLogo ) : void
tagVersion ID3v2TagVersion
useLogo bool
return void

EncryptionMethod() public static method

public static EncryptionMethod ( ID3v2TagVersion tagVersion, bool useData ) : void
tagVersion ID3v2TagVersion
useData bool
return void