From bf9e4680eb466bcb7c9cb1bef567252bb1f2bb7d Mon Sep 17 00:00:00 2001
From: Runt <qingingrunt2010@qq.com>
Date: Fri, 27 Jun 2025 05:32:55 +0000
Subject: [PATCH] 1

---
 LiveProject/enum/StreamType.swift |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/LiveProject/enum/StreamType.swift b/LiveProject/enum/StreamType.swift
index e69de29..c2c1254 100644
--- a/LiveProject/enum/StreamType.swift
+++ b/LiveProject/enum/StreamType.swift
@@ -0,0 +1,23 @@
+//
+//  StreamType.swift
+//  LiveProject
+//
+//  Created by 倪路朋 on 6/26/25.
+//
+
+
+enum StreamType{
+    case
+    //系统
+    SYSTEM(val:Int = 0),
+    //本地类型
+    FILE(val:Int = 1),
+    //图像
+    CAMERA(val:Int = 100),VIDEO(val:Int = 102),PICTURE(val:Int = 104),TEXT(val:Int = 106),
+    //音频
+    MICROPHONE(val:Int = 101),AUDIO(val:Int = 103),
+    //外置设备
+    UVC(val:Int = 301),UAC(val:Int = 302),
+    //远程
+    RTMP(val:Int = 200)
+}

--
Gitblit v1.9.1