다음을 통해 공유


MidiTimeCodeMessage(Byte, Byte) 생성자

정의

public:
 MidiTimeCodeMessage(byte frameType, byte values);
 MidiTimeCodeMessage(byte const& frameType, byte const& values);
public MidiTimeCodeMessage(byte frameType, byte values);
function MidiTimeCodeMessage(frameType, values)
Public Sub New (frameType As Byte, values As Byte)

매개 변수

frameType
Byte

byte

0-7의 프레임 형식입니다.

values
Byte

byte

0-15의 시간 코드입니다.

설명

지정된 요구 사항을 준수하지 않고 생성자에 전달된 값이 있으면 잘못된 인수 예외가 throw됩니다.

적용 대상