node-av / lib / RTSPStreamInfo
Interface: RTSPStreamInfo
Defined in: src/lib/types.ts:160
RTSP stream information interface Maps to RTSPStreamInfo returned by FormatContext.getRTSPStreamInfo()
Properties
channels?
optionalchannels:number
Defined in: src/lib/types.ts:169
codecId
codecId:
AVCodecID
Defined in: src/lib/types.ts:165
controlUrl
controlUrl:
string
Defined in: src/lib/types.ts:162
direction
direction:
"sendonly"|"recvonly"|"sendrecv"|"inactive"
Defined in: src/lib/types.ts:170
fmtp?
optionalfmtp:string
Defined in: src/lib/types.ts:171
mediaType
mediaType:
"video"|"audio"|"subtitle"|"unknown"|"data"
Defined in: src/lib/types.ts:166
mimeType
mimeType:
string
Defined in: src/lib/types.ts:167
payloadType
payloadType:
number
Defined in: src/lib/types.ts:164
sampleRate?
optionalsampleRate:number
Defined in: src/lib/types.ts:168
streamIndex
streamIndex:
number
Defined in: src/lib/types.ts:161
transport
transport:
"tcp"|"udp"|"udp_multicast"|"unknown"
Defined in: src/lib/types.ts:163
