C# 클래스 SharpSoundDevice.Program

파일 보기 프로젝트 열기: ValdemarOrn/SharpSoundDevice

공개 프로퍼티들

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

프로퍼티 상세

Data 공개적으로 프로퍼티

Program data. Format is specified by the device.
public byte[] Data
리턴 byte[]

Name 공개적으로 프로퍼티

The name of the program
public string Name
리턴 string