main.dfm

来自「适用于网络监控,视频聊天,网络VOD等多媒体数据流的网络传输与回放.控件包目前包」· DFM 代码 · 共 104 行

DFM
104
字号
object Form1: TForm1
  Left = 241
  Top = 143
  BorderStyle = bsDialog
  Caption = 'DSNetwork Recv'
  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 Button2: TButton
    Left = 96
    Top = 8
    Width = 75
    Height = 25
    Caption = 'Stop'
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button1: TButton
    Left = 9
    Top = 9
    Width = 75
    Height = 25
    Caption = 'Open'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Panel1: TPanel
    Left = 11
    Top = 43
    Width = 320
    Height = 240
    Color = clBlack
    TabOrder = 2
  end
  object DSNetReceiver1: TDSNetReceiver
    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
    MaxBufferSize = 921600
    StreamTime = True
    Left = 19
    Top = 91
  end
  object DSNetReceiver2: TDSNetReceiver
    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
    MaxBufferSize = 3183
    StreamTime = True
    Left = 19
    Top = 131
  end
  object FilterGraph: TFilterGraph
    Mode = gmCapture
    GraphEdit = True
    LinearVolume = True
    Left = 19
    Top = 51
  end
  object DSUDPConnection1: TDSUDPConnection
    Active = False
    LocalHost = '127.0.0.1'
    LocalPort = 2613
    RemoteHost = '127.0.0.1'
    RemotePort = 2612
    Mode = cmRecv
    RecvBufferSize = 921600
    TimeOut = 5
    Left = 59
    Top = 91
  end
  object DSUDPConnection2: TDSUDPConnection
    Active = False
    LocalHost = '127.0.0.1'
    LocalPort = 2615
    RemoteHost = '127.0.0.1'
    RemotePort = 2614
    Mode = cmRecv
    RecvBufferSize = 3183
    TimeOut = 5
    Left = 59
    Top = 131
  end
end

⌨️ 快捷键说明

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