BoxFindChild Method (BoxType) |
Finds a child of this item.
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic Box FindChild(
BoxType[] Path
)
Public Function FindChild (
Path As BoxType()
) As Box
public:
Box^ FindChild(
array<BoxType>^ Path
)
member FindChild :
Path : BoxType[] -> Box
Parameters
- Path
- Type: StreamCoders.Container.MP4BoxType
Full pathname of the file.
Return Value
Type:
Box
The found child.
See Also