mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libiec61883: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
12669628d9
commit
27516228a4
1 changed files with 8 additions and 7 deletions
|
@ -1,8 +1,9 @@
|
|||
This library is an implementation of IEC 61883, part 1 (CIP, plug registers
|
||||
and CMP), part 2 (DV-SD), part 4 (MPEG2-TS), and part 6 (AMDTP). Outside of
|
||||
IIDC, nearly all FireWire multimedia devices use IEC 61883 protocols.
|
||||
This library is an implementation of IEC 61883, part 1 (CIP, plug
|
||||
registers and CMP), part 2 (DV-SD), part 4 (MPEG2-TS), and part 6
|
||||
(AMDTP). Outside of IIDC, nearly all FireWire multimedia devices use
|
||||
IEC 61883 protocols.
|
||||
|
||||
The libiec61883 library provides a higher level API for streaming DV, MPEG-2
|
||||
and audio over Linux IEEE 1394. This includes both reception and transmission.
|
||||
It uses the new "rawiso" API of libraw1394, which transparently provides
|
||||
mmap-ed DMA for efficient data transfer.
|
||||
The libiec61883 library provides a higher level API for streaming DV,
|
||||
MPEG-2 and audio over Linux IEEE 1394. This includes both reception
|
||||
and transmission. It uses the new "rawiso" API of libraw1394, which
|
||||
transparently provides mmap-ed DMA for efficient data transfer.
|
||||
|
|
Loading…
Reference in a new issue