C# 클래스 BDInfo.TSDescriptor

파일 보기 프로젝트 열기: jarrettv/ChapterGrabber 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Name byte
Value byte[]

공개 메소드들

메소드 설명
Clone ( ) : TSDescriptor
TSDescriptor ( byte name, byte length ) : System

메소드 상세

Clone() 공개 메소드

public Clone ( ) : TSDescriptor
리턴 TSDescriptor

TSDescriptor() 공개 메소드

public TSDescriptor ( byte name, byte length ) : System
name byte
length byte
리턴 System

프로퍼티 상세

Name 공개적으로 프로퍼티

public byte Name
리턴 byte

Value 공개적으로 프로퍼티

public byte[] Value
리턴 byte[]