Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic PropertyKey(
Guid formatId,
int propertyId
)
Public Sub New (
formatId As Guid,
propertyId As Integer
)
public:
PropertyKey(
Guid formatId,
int propertyId
)
new :
formatId : Guid *
propertyId : int -> PropertyKey
Parameters
- formatId
- Type: SystemGuid
- propertyId
- Type: SystemInt32
See Also