Skip to content

Commit

Permalink
TvtPlay32
Browse files Browse the repository at this point in the history
  • Loading branch information
xtne6f committed Feb 2, 2024
1 parent 5d89487 commit aca077b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion TvtPlay_Readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TVTest TvtPlay Plugin ver.3.1 + BonDriver_Pipe.dll + TvtAudioStretchFilter.ax
TVTest TvtPlay Plugin ver.3.2 + BonDriver_Pipe.dll + TvtAudioStretchFilter.ax

■概要
TVTest付属のBonDriver_UDPまたは添付のBonDriver_Pipeを使ってローカルTSファイルを
Expand Down Expand Up @@ -368,6 +368,12 @@ PsiDataExtension【ver.2.8~】
# MP4再生時に番組情報や放送時刻、データ放送といった情報を再現できます。
# https://github.com/xtne6f/psisiarc が出力した書庫を利用できます。
# BroadcastIDやTimeキーの指定は無視されます。
CheckFileAttributes【ver.3.2~】
同時に読み込むファイルの隠し属性を検査する[=1]かどうか
# デフォルトは[=1]です。
# MP4ファイルを再生するとき、同時に読み込むWebVTTファイルやPSI/SIデータファ
# イルが隠し属性やシステムファイル属性である場合は(MP4ファイルが同等の隠し属
# 性やシステムファイル属性である場合をのぞき)無視するようにします。
BroadcastID
ファイルの放送IDを指定
# NetworkID=0x0001,TransportStreamID=0x0002,ServiceID=0x0003としたいときは
Expand Down
4 changes: 2 additions & 2 deletions src/TvtPlay.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// TVTestにtsファイル再生機能を追加するプラグイン
// 最終更新: 2023-09-30
// 最終更新: 2024-02-02
// 署名: 849fa586809b0d16276cd644c6749503
#include <Windows.h>
#include <WindowsX.h>
Expand Down Expand Up @@ -33,7 +33,7 @@
#define INFO_DESCRIPTION_SUFFIX L")"

static const WCHAR INFO_PLUGIN_NAME[] = L"TvtPlay";
static const WCHAR INFO_DESCRIPTION[] = L"ファイル再生機能を追加 (ver.3.1" INFO_DESCRIPTION_SUFFIX;
static const WCHAR INFO_DESCRIPTION[] = L"ファイル再生機能を追加 (ver.3.2" INFO_DESCRIPTION_SUFFIX;
static const int INFO_VERSION = 25;

#define WM_UPDATE_STATUS (WM_APP + 1)
Expand Down

0 comments on commit aca077b

Please sign in to comment.