SegmentationStrategyExactIdrCount type
Signature:
export declare type SegmentationStrategyExactIdrCount = {
type: 'exact_idr_count';
count: number;
};
Signature:
export declare type SegmentationStrategyExactIdrCount = {
type: 'exact_idr_count';
count: number;
};