MediaObjectSizeInfo Constructor |
Media Object Size Info
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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