⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.dfm

📁 适用于网络监控,视频聊天,网络VOD等多媒体数据流的网络传输与回放.控件包目前包括三个控件
💻 DFM
字号:
object Form1: TForm1
  Left = 214
  Top = 133
  BorderStyle = bsDialog
  Caption = 'DSNetwork Send'
  ClientHeight = 293
  ClientWidth = 342
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 11
    Top = 43
    Width = 320
    Height = 240
    Color = clBlack
    TabOrder = 0
  end
  object Button1: TButton
    Left = 9
    Top = 9
    Width = 75
    Height = 25
    Caption = 'Open'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 96
    Top = 8
    Width = 75
    Height = 25
    Caption = 'Stop'
    TabOrder = 2
    OnClick = Button2Click
  end
  object FilterGraph: TFilterGraph
    Mode = gmCapture
    GraphEdit = True
    LinearVolume = True
    Left = 19
    Top = 51
  end
  object VideoCapture: TFilter
    BaseFilter.data = {00000000}
    Left = 19
    Top = 99
  end
  object AudioCapture: TFilter
    BaseFilter.data = {00000000}
    Left = 19
    Top = 179
  end
  object VideoEncoder: TFilter
    BaseFilter.data = {
      8200000037D415438C5BD011BD3B00A0C911CE866E0000004000640065007600
      6900630065003A0063006D003A007B0033003300440039004100370036003000
      2D0039003000430038002D0031003100440030002D0042004400340033002D00
      3000300041003000430039003100310043004500380036007D005C0078007600
      690064000000}
    Left = 59
    Top = 99
  end
  object AudioEncoder: TFilter
    BaseFilter.data = {
      9600000037D415438C5BD011BD3B00A0C911CE86820000004000640065007600
      6900630065003A0063006D003A007B0033003300440039004100370036003100
      2D0039003000430038002D0031003100440030002D0042004400340033002D00
      3000300041003000430039003100310043004500380036007D005C0038003500
      4D0050004500470020004C0061007900650072002D0033000000}
    Left = 59
    Top = 179
  end
  object DSNetSender1: TDSNetSender
    Connection = DSUDPConnection1
    MediaType.MajorType = '{00000000-0000-0000-0000-000000000000}'
    MediaType.SubType = '{00000000-0000-0000-0000-000000000000}'
    MediaType.FixedSizeSamples = False
    MediaType.TemporalCompression = False
    MediaType.SampleSize = 0
    MediaType.FormatType = '{00000000-0000-0000-0000-000000000000}'
    MediaType.cbFormat = 0
    Left = 137
    Top = 99
  end
  object DSNetSender2: TDSNetSender
    Connection = DSUDPConnection2
    MediaType.MajorType = '{00000000-0000-0000-0000-000000000000}'
    MediaType.SubType = '{00000000-0000-0000-0000-000000000000}'
    MediaType.FixedSizeSamples = False
    MediaType.TemporalCompression = False
    MediaType.SampleSize = 0
    MediaType.FormatType = '{00000000-0000-0000-0000-000000000000}'
    MediaType.cbFormat = 0
    Left = 99
    Top = 179
  end
  object DSUDPConnection1: TDSUDPConnection
    Active = False
    LocalHost = '127.0.0.1'
    LocalPort = 2612
    RemoteHost = '127.0.0.1'
    RemotePort = 2613
    Mode = cmSend
    RecvBufferSize = 0
    TimeOut = 1
    Left = 174
    Top = 99
  end
  object DSUDPConnection2: TDSUDPConnection
    Active = False
    LocalHost = '127.0.0.1'
    LocalPort = 2614
    RemoteHost = '127.0.0.1'
    RemotePort = 2615
    Mode = cmSend
    RecvBufferSize = 0
    TimeOut = 1
    Left = 138
    Top = 179
  end
  object SmartTee: TFilter
    BaseFilter.data = {
      C600000037D415438C5BD011BD3B00A0C911CE86B20000004000640065007600
      6900630065003A00730077003A007B0030003800330038003600330046003100
      2D0037003000440045002D0031003100440030002D0042004400340030002D00
      3000300041003000430039003100310043004500380036007D005C007B004300
      43003500380045003200380030002D0038004100410031002D00310031004400
      31002D0042003300460031002D00300030004100410030003000330037003600
      3100430035007D000000}
    Left = 99
    Top = 99
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -