Sponsor:

Your company here, and a link to your site. Click to find out more.

MP4AppendSessionSdp - Man Page

Add to the SDP session level description of the file

Syntax

#include <mp4.h>

bool MP4AppendSessionSdp(
MP4FileHandle hFile,
const char* sdpString
)

Arguments

hFile

Specifies the mp4 file to which the operation applies.

sdpString

Specifies the addition to the session sdp string.

Return Values

Upon success, true (1). Upon an error, false (0).

Description

MP4AppendSessionSdp appends the specified string to the SDP (IETF RFC 2327) session level fragment for the file. This is used by a streaming server to create a complete SDP description of the multimedia session represented by the file.

See Also

MP4(3) MP4GetSessionSdp(3) MP4SetSessionSdp(3)

Referenced By

MP4GetSessionSdp(3), MP4SetSessionSdp(3).

Version 0.9 Cisco Systems Inc. MP4 File Format Library