Copyright © 2008-2019 MultiMedia Soft

EncodeFormats.AAC.WrapInMP4 property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property WrapInMP4 As bool


 

[C#]

public bool WrapInMP4 {get; set;}


 

[C++]

public: __property bool get_WrapInMP4();

public: __property void set_WrapInMP4(bool);


 

 

Remarks

Wraps AAC data in MP4 container.

 

This property is used only if the EncodeFormats.ForrmatToUse property is set to ENCODING_FORMAT_AAC.

 

This property is the same as entering the -w setting inside the Appendix C - Faac command line.

 

For further details about encoding in AAC and MP4 format refer to the EncodeAAC class section.

For further information about available encoding formats see the EncodeFormatsMan class.