C# 클래스 xZune.Bass.Tag.TagsManager

상속: HandleObject
파일 보기 프로젝트 열기: higankanshi/xZune.Bass 1 사용 예제들

공개 메소드들

메소드 설명
CreateFormBass ( Channel bassChannel ) : TagsManager
CreateFormFile ( String file, TagType type = TagType.Automatic, bool parseTags = true ) : TagsManager
CreateFormMemory ( IntPtr memory, ulong size, TagType type = TagType.Automatic, bool parseTags = true ) : TagsManager

보호된 메소드들

메소드 설명
ReleaseManaged ( ) : void
ReleaseUnmanaged ( ) : void
TagsManager ( IntPtr handle ) : System

메소드 상세

CreateFormBass() 공개 정적인 메소드

public static CreateFormBass ( Channel bassChannel ) : TagsManager
bassChannel Channel
리턴 TagsManager

CreateFormFile() 공개 정적인 메소드

public static CreateFormFile ( String file, TagType type = TagType.Automatic, bool parseTags = true ) : TagsManager
file String
type TagType
parseTags bool
리턴 TagsManager

CreateFormMemory() 공개 정적인 메소드

public static CreateFormMemory ( IntPtr memory, ulong size, TagType type = TagType.Automatic, bool parseTags = true ) : TagsManager
memory System.IntPtr
size ulong
type TagType
parseTags bool
리턴 TagsManager

ReleaseManaged() 보호된 메소드

protected ReleaseManaged ( ) : void
리턴 void

ReleaseUnmanaged() 보호된 메소드

protected ReleaseUnmanaged ( ) : void
리턴 void

TagsManager() 보호된 메소드

protected TagsManager ( IntPtr handle ) : System
handle System.IntPtr
리턴 System