Click or drag to resize
BoxFindChildFullT Method
Finds child of type T in full tree.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public T FindChildFull<T>()
where T : Box

Type Parameters

T
.

Return Value

Type: T
The found child full< t>
See Also