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)
Syntax public Box FindChild(
BoxType Element
)
Public Function FindChild (
Element As BoxType
) As Box
public:
Box^ FindChild(
BoxType Element
)
member FindChild :
Element : BoxType -> Box
Parameters
- Element
- Type: StreamCoders.Container.MP4BoxType
The element.
Return Value
Type:
Box
The found child.
See Also