File: rtspu.lua

package info (click to toggle)
lua-uri 0.1%2B20130926%2Bgit14fa255d-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 408 kB
  • ctags: 332
  • sloc: makefile: 53
file content (7 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
local M = { _NAME = "uri.rtspu" }
local Util = require "uri._util"
local RtspURI = require "uri.rtsp"
Util.subclass_of(M, RtspURI)

return M
-- vi:ts=4 sw=4 expandtab