[longomatch] Add output file field in the capturer properties struct
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Add output file field in the capturer properties struct
- Date: Tue, 8 Jun 2010 21:48:22 +0000 (UTC)
commit 7bd40504a5cf7576006e7866338ccbaf235c08bc
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Sun Jun 6 22:58:45 2010 +0200
Add output file field in the capturer properties struct
CesarPlayer/Capturer/CaptureProperties.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/CesarPlayer/Capturer/CaptureProperties.cs b/CesarPlayer/Capturer/CaptureProperties.cs
index 37af272..cc6975e 100644
--- a/CesarPlayer/Capturer/CaptureProperties.cs
+++ b/CesarPlayer/Capturer/CaptureProperties.cs
@@ -26,6 +26,7 @@ namespace LongoMatch.Video.Capturer
public struct CapturePropertiesStruct
{
public CaptureSourceType CaptureSourceType;
+ public string OutputFile;
public string DeviceID;
public uint VideoBitrate;
public uint AudioBitrate;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]