質問編集履歴
1
recFileNameをメソッド内に記載
title
CHANGED
File without changes
|
body
CHANGED
@@ -14,6 +14,7 @@
|
|
14
14
|
```ASP.Net C#
|
15
15
|
protected void recBtn_Click(object sender, ImageClickEventArgs e)
|
16
16
|
{
|
17
|
+
string recFileName = @"E:\temp\test.avi";
|
17
18
|
int width = 640;
|
18
19
|
int height = 480;
|
19
20
|
double frameRate = 30;
|