C# Class BDInfo.TSDescriptor

Datei anzeigen Open project: jarrettv/ChapterGrabber Class Usage Examples

Public Properties

Property Type Description
Name byte
Value byte[]

Public Methods

Method Description
Clone ( ) : TSDescriptor
TSDescriptor ( byte name, byte length ) : System

Method Details

Clone() public method

public Clone ( ) : TSDescriptor
return TSDescriptor

TSDescriptor() public method

public TSDescriptor ( byte name, byte length ) : System
name byte
length byte
return System

Property Details

Name public_oe property

public byte Name
return byte

Value public_oe property

public byte[] Value
return byte[]