Scte35PrivateCommand type
Signature:
export declare type Scte35PrivateCommand = {
identifier: number;
privateBytes: Uint8Array;
};
Signature:
export declare type Scte35PrivateCommand = {
identifier: number;
privateBytes: Uint8Array;
};