showFrame method
void
showFrame()
ShowFrame(タグ1)。ボディなし(0byte)のタグを書き込み現在のフレームを確定させ、 内部フレームカウントを1つ進める。
Implementation
void showFrame() {
_frameCount++;
_writeTag(TagCode.showFrame, const []);
}
ShowFrame(タグ1)。ボディなし(0byte)のタグを書き込み現在のフレームを確定させ、 内部フレームカウントを1つ進める。
void showFrame() {
_frameCount++;
_writeTag(TagCode.showFrame, const []);
}