MediaObjectSizeInfo Constructor |
Media Object Size Info
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic MediaObjectSizeInfo(
int size,
int maxLookahead,
int alignment
)
Public Sub New (
size As Integer,
maxLookahead As Integer,
alignment As Integer
)
public:
MediaObjectSizeInfo(
int size,
int maxLookahead,
int alignment
)
new :
size : int *
maxLookahead : int *
alignment : int -> MediaObjectSizeInfo
Parameters
- size
- Type: SystemInt32
- maxLookahead
- Type: SystemInt32
- alignment
- Type: SystemInt32
See Also